8524-devToTest #3415

Merged
alexm merged 343 commits from 8524-devToTest into test 2025-02-04 13:42:16 +00:00
1 changed files with 0 additions and 4 deletions
Showing only changes of commit 115756aaf3 - Show all commits

View File

@ -1,5 +1,3 @@
// const transfer = require('../transfer');
const models = require('vn-loopback/server/server').models;
describe('Transfer merchandise from one entry to the next day()', () => {
@ -22,8 +20,6 @@ describe('Transfer merchandise from one entry to the next day()', () => {
const newEntrybuys = await models.Buy.find({where: {entryFk: newEntryFk}}, options);
await models.Entry.find({where: {id: newEntryFk}}, options);
const itemShelvingsWithBuys = await models.Buy.find({
include: {
relation: 'itemShelving',