mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-02 06:29:54 +00:00
fix: set default print format for when downlod pdf
(cherry picked from commit 6b9fb77772)
This commit is contained in:
@@ -100,6 +100,7 @@ frappe.ui.form.on("Request for Quotation", {
|
||||
fieldname: "print_format",
|
||||
options: "Print Format",
|
||||
placeholder: "Standard",
|
||||
default: frappe.get_meta("Request for Quotation").default_print_format || "",
|
||||
get_query: () => {
|
||||
return {
|
||||
filters: {
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user