feat: refs #6765 Added all ekt title cases
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
f6d845cca9
commit
a1d453f6ed
|
@ -0,0 +1,23 @@
|
|||
const {models} = require('vn-loopback/server/server');
|
||||
|
||||
describe('Edi ekt_scan()', () => {
|
||||
it('clasico de subasta', async() => {
|
||||
await Self.rawSql(`CALL edi.ekt_scan(?);`, [args.id], myOptions);
|
||||
});
|
||||
|
||||
it('Batchnumber largo', async() => {
|
||||
|
||||
});
|
||||
|
||||
it('Order number', async() => {
|
||||
|
||||
});
|
||||
|
||||
it('deliveryNumber incrustado', async() => {
|
||||
|
||||
});
|
||||
|
||||
it('Solo campo agj', async() => {
|
||||
|
||||
});
|
||||
});
|
Loading…
Reference in New Issue