Merge pull request #33945 from iamejaaz/report-print-format-default
fix: wrong default value for print format in reports
This commit is contained in:
commit
4cf7a94db6
1 changed files with 0 additions and 1 deletions
|
|
@ -24,7 +24,6 @@ frappe.ui.get_print_settings = function (pdf, callback, letter_head, pick_column
|
|||
fieldname: "report",
|
||||
label: __("Report"),
|
||||
options: "Print Format",
|
||||
default: letter_head || default_letter_head,
|
||||
get_query: () => ({
|
||||
filters: {
|
||||
print_format_for: "Report",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue