mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
[minor] imported cstr in selling_controller
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
import webnotes
|
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 setup.utils import get_company_currency
|
||||||
from selling.utils import get_item_details
|
from selling.utils import get_item_details
|
||||||
from webnotes import msgprint, _
|
from webnotes import msgprint, _
|
||||||
|
|||||||
Reference in New Issue
Block a user