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