7565-testToMaster #2567

Merged
alexm merged 250 commits from 7565-testToMaster into master 2024-06-11 06:31:18 +00:00
2 changed files with 2 additions and 4 deletions
Showing only changes of commit 798b4f9df0 - Show all commits

View File

@ -3799,5 +3799,3 @@ INSERT INTO `vn`.`ledgerCompany` SET
INSERT INTO `vn`.`ledgerConfig` SET INSERT INTO `vn`.`ledgerConfig` SET
maxTolerance = 0.01; maxTolerance = 0.01;
INSERT INTO `vn`.`ledgerConfig` (lastBookEntry, maxTolerance) VALUES (2,0.01);

View File

@ -41,8 +41,8 @@ module.exports = Self => {
where: { where: {
and: [ and: [
{key: invoiceInId}, {key: invoiceInId},
{enlazado: 0}, {enlazado: false},
{enlazadoSage: 0} {enlazadoSage: false}
] ]
} }
}, myOptions); }, myOptions);