mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-14 12:25:09 +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",
|
fieldname: "print_format",
|
||||||
options: "Print Format",
|
options: "Print Format",
|
||||||
placeholder: "Standard",
|
placeholder: "Standard",
|
||||||
|
default: frappe.get_meta("Request for Quotation").default_print_format || "",
|
||||||
get_query: () => {
|
get_query: () => {
|
||||||
return {
|
return {
|
||||||
filters: {
|
filters: {
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user