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
59
Releases
Wiki
Activity
8cdf41d9ad
salix
/
services
/
client
/
common
/
models
/
invoice-out.js
4 lines
89 B
JavaScript
Raw
Normal View
History
Unescape
Escape
#128 - Client invoices form
2018-03-01 13:01:45 +00:00
module
.
exports
=
function
(
Self
)
{
back-end refactor & item search fix. #260
2018-05-04 09:46:03 +00:00
require
(
'../methods/invoice-out/filter'
)
(
Self
)
;
#128 - Client invoices form
2018-03-01 13:01:45 +00:00
}
;