feat: refs #7650 Added no transfer lines to inventory entry and fixtures #2803

Merged
guillermo merged 3 commits from 7650-triggerInv into dev 2024-09-02 10:17:59 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0451e4bb2a - Show all commits

View File

@ -1518,7 +1518,7 @@ INSERT INTO `vn`.`entry`(`id`, `supplierFk`, `created`, `travelFk`, `isConfirmed
(10, 2, DATE_ADD(util.VN_CURDATE(), INTERVAL +2 DAY), 10, 0, 442, 'IN2009', 'Movement 9', 1, 1, '');
INSERT INTO `vn`.`entryConfig` (`defaultEntry`, `inventorySupplierFk`, `defaultSupplierFk`)
VALUES (1, 4, 1);
VALUES (2, 4, 1);
INSERT INTO `bs`.`waste`(`buyerFk`, `year`, `week`, `itemFk`, `itemTypeFk`, `saleTotal`, `saleQuantity`, `saleInternalWaste`, `saleExternalWaste`)
VALUES