mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-28 11:08:32 +00:00
[minor] imported cstr in selling_controller
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
from __future__ import unicode_literals
|
||||
import webnotes
|
||||
from webnotes.utils import cint, flt, comma_or, _round, add_days
|
||||
from webnotes.utils import cint, flt, comma_or, _round, add_days, cstr
|
||||
from setup.utils import get_company_currency
|
||||
from selling.utils import get_item_details
|
||||
from webnotes import msgprint, _
|
||||
|
||||
Reference in New Issue
Block a user