diff --git a/.gitignore b/.gitignore index ba04025..8841ca6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ *.swp tags node_modules -__pycache__ \ No newline at end of file +__pycache__ +Screenshot*.png diff --git a/jey_erp/jey_erp/doctype/bank_statement_importer/bank_statement_importer.json b/jey_erp/jey_erp/doctype/bank_statement_importer/bank_statement_importer.json index ee0f961..f41dc48 100644 --- a/jey_erp/jey_erp/doctype/bank_statement_importer/bank_statement_importer.json +++ b/jey_erp/jey_erp/doctype/bank_statement_importer/bank_statement_importer.json @@ -207,6 +207,7 @@ "description": "Off: every imported Bank Transaction gets its Bank Account's currency.\nOn: the parsed Currency column on each row is used, falling back to the Bank Account's currency when empty. Enable only for multi-currency Bank Accounts where the statement actually carries per-row currency.", "fieldname": "use_currency_from_file", "fieldtype": "Check", + "hidden": 1, "label": "Use Currency From File" }, {