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
61
Releases
Wiki
Activity
902909d8d1
salix
/
services
/
loopback
/
common
/
models
/
message.js
3 lines
74 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Added method to send message to salesPerson on credit classification.
2018-04-20 13:16:03 +00:00
module
.
exports
=
Self
=>
{
back-end refactor & item search fix. #260
2018-05-04 09:46:03 +00:00
require
(
'../methods/message/send'
)
(
Self
)
;
Added method to send message to salesPerson on credit classification.
2018-04-20 13:16:03 +00:00
}