mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 16:45:02 +00:00
fix: remove newline
This commit is contained in:
@@ -20,7 +20,6 @@ from erpnext.accounts.doctype.subscription.subscription import get_prorata_facto
|
||||
|
||||
|
||||
def create_plan():
|
||||
|
||||
if not frappe.db.exists('UOM', {"name": '_Test UOM'}):
|
||||
frappe.get_doc({
|
||||
"doctype": "UOM",
|
||||
|
||||
Reference in New Issue
Block a user