fix: refactoring invoice calc cost service.

This commit is contained in:
a.bouhuolia
2021-01-05 17:06:42 +02:00
parent d25360d279
commit df85c9b295
41 changed files with 1684 additions and 1085 deletions

View File

@@ -129,8 +129,6 @@ export default class Vendor extends TenantModel {
{ key: 'unpaid', label: 'Unpaid' },
],
query: (query, role) => {
console.log(role);
switch(role.value) {
case 'active':
query.modify('active');