fix the fee patch
This commit is contained in:
parent
6500af9aa2
commit
8637e52d4c
@ -5,6 +5,7 @@ from __future__ import unicode_literals
|
||||
import frappe
|
||||
|
||||
def execute():
|
||||
frappe.reload_doctype('Fees')
|
||||
if "total_amount" not in frappe.db.get_table_columns("Fees"):
|
||||
return
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user