[fix] [minor]

This commit is contained in:
Anand Doshi 2013-09-19 18:31:52 +05:30
parent 7bac6adb42
commit 7c2617446e

View File

@ -7,7 +7,7 @@ import webnotes
from webnotes.utils import cint, cstr, flt, fmt_money, formatdate, getdate
from webnotes.model.doc import addchild
from webnotes.model.bean import getlist
from webnotes import msgprint
from webnotes import msgprint, _
from setup.utils import get_company_currency
from controllers.accounts_controller import AccountsController