|
|
@@ -1133,7 +1133,7 @@ def format_value(value, df, doc=None, currency=None): |
|
|
|
import frappe.utils.formatters |
|
|
|
return frappe.utils.formatters.format_value(value, df, doc, currency=currency) |
|
|
|
|
|
|
|
def get_print(doctype, name, print_format=None, style=None, html=None, as_pdf=False, doc=None): |
|
|
|
def get_print(doctype=None, name=None, print_format=None, style=None, html=None, as_pdf=False, doc=None): |
|
|
|
"""Get Print Format for given document. |
|
|
|
|
|
|
|
:param doctype: DocType of document. |
|
|
|