[fix] Update outstanding amount function fixed if party not mentioned

This commit is contained in:
Nabin Hait
2015-06-22 18:21:38 +05:30
parent c3b492b237
commit 818d9674d9
2 changed files with 6 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
from __future__ import unicode_literals
import frappe
from frappe.utils import flt, cstr
from frappe.utils import flt, cstr, cint
from frappe import _
from frappe.model.meta import get_field_precision
from erpnext.accounts.utils import validate_expense_against_budget