mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
fix: filter the uncategorized transactions out of matched transactions
This commit is contained in:
@@ -3,6 +3,7 @@ import { Knex } from 'knex';
|
||||
export enum BankRuleConditionField {
|
||||
Amount = 'Amount',
|
||||
Description = 'Description',
|
||||
Payee = 'Payee'
|
||||
}
|
||||
|
||||
export enum BankRuleConditionComparator {
|
||||
|
||||
Reference in New Issue
Block a user