chore(custom-fields): remove dead 'Setting up VAT calculation hooks' print
The last line of create_custom_fields() was a print() with no code under it — a leftover heading for setup that was never written. It only produced a misleading line in the migrate log; VAT calculation is actually wired up by patch_sales_documents(), an unrelated function. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
89bb5dd1f0
commit
3e2f9d7c66
|
|
@ -2119,5 +2119,4 @@ def create_custom_fields():
|
||||||
frappe.clear_cache(doctype="Salary Slip")
|
frappe.clear_cache(doctype="Salary Slip")
|
||||||
|
|
||||||
# Коммит всех изменений
|
# Коммит всех изменений
|
||||||
frappe.db.commit()
|
frappe.db.commit()
|
||||||
print("Setting up VAT calculation hooks...")
|
|
||||||
Loading…
Reference in New Issue