Remove illegal character after break (#16589)

This commit is contained in:
Himanshu 2019-02-07 07:09:20 +05:30 committed by Rushabh Mehta
parent 76120309e3
commit 088886e082

View File

@ -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: