This website requires JavaScript.
Explore
Help
Sign In
verdnatura
/
salix
Watch
3
Star
4
Fork
You've already forked salix
0
Code
Issues
Pull Requests
57
Releases
Wiki
Activity
7763_rename_itemShelving
salix
/
modules
/
client
/
back
/
models
/
credit-classification.js
4 lines
105 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
Credit classification fixes #189
2018-03-28 13:07:48 +00:00
module
.
exports
=
Self
=>
{
back-end refactor & item search fix. #260
2018-05-04 09:46:03 +00:00
require
(
'../methods/credit-classification/createWithInsurance'
)
(
Self
)
;
Credit classification fixes #189
2018-03-28 13:07:48 +00:00
}
;