Merge pull request #11360 from manassolanki/fix-fee-patch

fix the fee patch
This commit is contained in:
Saurabh
2017-10-27 17:00:11 +05:30
committed by GitHub

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