This commit is contained in:
parent
c22b3f5421
commit
5c550610d5
|
@ -1,3 +1,3 @@
|
|||
INSERT INTO vn.clientType
|
||||
SET code = 'worker',
|
||||
type = 'Trabajador';
|
||||
INSERT INTO vn.businessType (code,description)
|
||||
VALUES ('worker','Trabajador');
|
||||
|
||||
|
|
|
@ -27,7 +27,6 @@ module.exports = Self => {
|
|||
Object.assign(myOptions, options);
|
||||
|
||||
const summaryObj = await getSummary(models.Client, clientFk, myOptions);
|
||||
console.log(summaryObj);
|
||||
summaryObj.mana = await models.Client.getMana(clientFk, myOptions);
|
||||
summaryObj.debt = await models.Client.getDebt(clientFk, myOptions);
|
||||
summaryObj.averageInvoiced = await models.Client.getAverageInvoiced(clientFk, myOptions);
|
||||
|
|
Loading…
Reference in New Issue