mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 11:39:18 +00:00
fixed document
This commit is contained in:
@@ -39,7 +39,7 @@ def get_company_currency(company):
|
||||
def set_perpetual_inventory(enable=1, company=None):
|
||||
if not company:
|
||||
company = get_default_company()
|
||||
|
||||
|
||||
if frappe.flags.in_test:
|
||||
company = "_Test Company"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user