[fix] currency field precision

This commit is contained in:
Nabin Hait
2017-04-25 12:10:24 +05:30
parent d7afa69c6f
commit 9b20e07431
4 changed files with 65 additions and 16 deletions

View File

@@ -10,7 +10,7 @@ from datetime import timedelta
from dateutil.relativedelta import relativedelta
from frappe.core.doctype.user.user import STANDARD_USERS
import frappe.desk.notifications
from erpnext.accounts.utils import get_balance_on, get_count_on, get_currency_precision
from erpnext.accounts.utils import get_balance_on, get_count_on
user_specific_content = ["calendar_events", "todo_list"]