mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
fix: bank transactions report
This commit is contained in:
@@ -639,4 +639,12 @@ export default {
|
||||
onUnmatching: 'onBankTransactionUnmathcing',
|
||||
onUnmatched: 'onBankTransactionUnmathced',
|
||||
},
|
||||
|
||||
bankTransactions: {
|
||||
onExcluding: 'onBankTransactionExclude',
|
||||
onExcluded: 'onBankTransactionExcluded',
|
||||
|
||||
onUnexcluding: 'onBankTransactionExcluding',
|
||||
onUnexcluded: 'onBankTransactionExcluded',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user