mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 13:39:18 +00:00
chore: Add more invoices
This commit is contained in:
@@ -492,7 +492,7 @@ def update_stock_settings():
|
||||
|
||||
def create_bank_account(args):
|
||||
if not args.get("bank_account"):
|
||||
return
|
||||
args["bank_account"] = _("Bank Account")
|
||||
|
||||
company_name = args.get("company_name")
|
||||
bank_account_group = frappe.db.get_value(
|
||||
|
||||
Reference in New Issue
Block a user