update structure DB
This commit is contained in:
parent
8b7710746b
commit
0931cf2906
File diff suppressed because it is too large
Load Diff
|
@ -4,7 +4,7 @@ describe('ticket componentUpdate()', () => {
|
|||
it('should call the componentUpdate method', done => {
|
||||
let data = {
|
||||
agencyModeFk: 1,
|
||||
addressFk: 121,
|
||||
addressFk: 121,
|
||||
warehouseFk: 1,
|
||||
shipped: Date.now(),
|
||||
landed: Date.now(),
|
||||
|
|
Loading…
Reference in New Issue