diff --git a/jey_erp/custom_fields.py b/jey_erp/custom_fields.py index 54565a1..d524b20 100644 --- a/jey_erp/custom_fields.py +++ b/jey_erp/custom_fields.py @@ -2119,5 +2119,4 @@ def create_custom_fields(): frappe.clear_cache(doctype="Salary Slip") # Коммит всех изменений - frappe.db.commit() - print("Setting up VAT calculation hooks...") \ No newline at end of file + frappe.db.commit() \ No newline at end of file