fix: update print_settings (#35878)
This commit is contained in:
parent
22c8f3ced6
commit
be0815a495
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ frappe.ui.get_print_settings = function (
|
|||
return frappe.prompt(
|
||||
columns,
|
||||
function (settings) {
|
||||
settings = $.extend(print_settings, settings);
|
||||
settings = $.extend({}, print_settings, settings);
|
||||
|
||||
if (!settings.with_letter_head) {
|
||||
settings.letter_head = null;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue