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
64
Releases
Wiki
Activity
ef8dbc3ab8
salix
/
services
/
loopback
/
common
/
models
/
ticket-state.js
5 lines
100 B
JavaScript
Raw
Normal View
History
Unescape
Escape
change state ticket
2017-06-13 11:57:40 +00:00
Eliminando código redundante v1
2017-10-11 13:36:47 +00:00
module
.
exports
=
function
(
Self
)
{
require
(
'../methods/ticket-state/change-state.js'
)
(
Self
)
;
docker container time correction plus small refactor on validator.js
2018-01-10 13:03:52 +00:00
}
;