mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 20:49:19 +00:00
Remove illegal character after break
This commit is contained in:
@@ -28,7 +28,7 @@ class WoocommerceSettings(Document):
|
|||||||
|
|
||||||
if not frappe.get_value("Custom Field",{"name":i[0]}) or not frappe.get_value("Custom Field",{"name":i[1]}):
|
if not frappe.get_value("Custom Field",{"name":i[0]}) or not frappe.get_value("Custom Field",{"name":i[1]}):
|
||||||
create_custom_field_id_and_check_status = True
|
create_custom_field_id_and_check_status = True
|
||||||
break;
|
break
|
||||||
|
|
||||||
|
|
||||||
if create_custom_field_id_and_check_status:
|
if create_custom_field_id_and_check_status:
|
||||||
|
|||||||
Reference in New Issue
Block a user