mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
- fix: Schedule write journal entries after item compute cost.
- fix: active vouchers query. - fix: remove babel loader in server-side.
This commit is contained in:
@@ -27,7 +27,6 @@ export default class Voucher extends mixin(SystemModel) {
|
||||
filterActiveVoucher(query) {
|
||||
query.where('disabled', false);
|
||||
query.where('used', false);
|
||||
query.where('sent', false);
|
||||
},
|
||||
|
||||
// Find voucher by its code or id.
|
||||
|
||||
Reference in New Issue
Block a user