mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
appended unicode literals import after merge
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
from __future__ import unicode_literals
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
from __future__ import unicode_literals
|
||||||
def execute():
|
def execute():
|
||||||
from webnotes.modules import reload_doc
|
from webnotes.modules import reload_doc
|
||||||
reload_doc("buying", "Report", "Supplier Quotations")
|
reload_doc("buying", "Report", "Supplier Quotations")
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
from __future__ import unicode_literals
|
||||||
|
|||||||
@@ -1 +1,2 @@
|
|||||||
|
from __future__ import unicode_literals
|
||||||
import webnotes
|
import webnotes
|
||||||
Reference in New Issue
Block a user