mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
feat: run re-recognizing bank transactions on edit bank rule
This commit is contained in:
@@ -116,6 +116,6 @@ const determineFieldType = (field: string): string => {
|
||||
case 'description':
|
||||
case 'payee':
|
||||
default:
|
||||
return 'unknown';
|
||||
return 'text';
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user