Remove illegal character after break (#16589)
This commit is contained in:
parent
76120309e3
commit
088886e082
@ -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]}):
|
||||
create_custom_field_id_and_check_status = True
|
||||
break;
|
||||
break
|
||||
|
||||
|
||||
if create_custom_field_id_and_check_status:
|
||||
|
Loading…
Reference in New Issue
Block a user