fix: Validate gl entry debit/credit as per field's precision

This commit is contained in:
Nabin Hait 2019-04-03 12:30:25 +05:30
parent b4263a41c6
commit b1f3f04d71

View File

@ -6,6 +6,7 @@ import frappe, erpnext
from frappe import _
from frappe.utils import flt, fmt_money, getdate, formatdate
from frappe.model.document import Document
from frappe.model.meta import get_field_precision
from erpnext.accounts.party import validate_party_gle_currency, validate_party_frozen_disabled
from erpnext.accounts.utils import get_account_currency
from erpnext.accounts.utils import get_fiscal_year