fix the fee patch

This commit is contained in:
Manas Solanki 2017-10-27 11:55:15 +05:30
parent 6500af9aa2
commit 8637e52d4c

View File

@ -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