7565-testToMaster #2567
|
@ -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);
|
|
||||||
|
|
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue