mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 12:39:18 +00:00
fix: use correct field name
This commit is contained in:
@@ -64,7 +64,7 @@ class TestSalesInvoice(ERPNextTestSuite):
|
|||||||
mode_of_payment, "_Test Company with perpetual inventory", "_Test Bank - TCP1"
|
mode_of_payment, "_Test Company with perpetual inventory", "_Test Bank - TCP1"
|
||||||
)
|
)
|
||||||
for company in frappe.get_all("Company", pluck="name"):
|
for company in frappe.get_all("Company", pluck="name"):
|
||||||
frappe.db.set_value("Company", company, "acc_frozen_till_date", None)
|
frappe.db.set_value("Company", company, "accounts_frozen_till_date", None)
|
||||||
|
|
||||||
@change_settings(
|
@change_settings(
|
||||||
"Accounts Settings",
|
"Accounts Settings",
|
||||||
|
|||||||
Reference in New Issue
Block a user