#6942 toUnbook #2135

Merged
jorgep merged 46 commits from 6942-improveInvoiceIn into dev 2024-05-29 07:03:35 +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
maxTolerance = 0.01;
INSERT INTO `vn`.`ledgerConfig` (lastBookEntry, maxTolerance) VALUES (2,0.01);

View File

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