fix: undefined variables

This commit is contained in:
Ankush Menat
2021-09-01 15:02:06 +05:30
parent 81391ed54f
commit 0519b59aa9
4 changed files with 7 additions and 9 deletions

View File

@@ -4,6 +4,7 @@
from __future__ import unicode_literals
import frappe
from frappe import _
from frappe.model.document import Document
class SanctionedLoanAmount(Document):