Merge pull request #11360 from manassolanki/fix-fee-patch
fix the fee patch
This commit is contained in:
commit
1bc8e32f94
@ -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…
x
Reference in New Issue
Block a user