6822-entryTransfer #3376

Merged
robert merged 68 commits from 6822-entryTransfer into dev 2025-01-27 10:08:24 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b7658f5814 - Show all commits

View File

@ -3,7 +3,7 @@
const models = require('vn-loopback/server/server').models; const models = require('vn-loopback/server/server').models;
describe('Transfer merchandise from one entry to the next day()', () => { describe('Transfer merchandise from one entry to the next day()', () => {
fit('should Transfer buys not located', async() => { it('should Transfer buys not located', async() => {
const tx = await models.ItemShelving.beginTransaction({}); const tx = await models.ItemShelving.beginTransaction({});
const options = {transaction: tx}; const options = {transaction: tx};