mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
fix: refactoring invoice calc cost service.
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user