mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 15:09:20 +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():
|
def create_plan():
|
||||||
|
|
||||||
if not frappe.db.exists('UOM', {"name": '_Test UOM'}):
|
if not frappe.db.exists('UOM', {"name": '_Test UOM'}):
|
||||||
frappe.get_doc({
|
frappe.get_doc({
|
||||||
"doctype": "UOM",
|
"doctype": "UOM",
|
||||||
|
|||||||
Reference in New Issue
Block a user