fix: set selected value in print format select
This commit is contained in:
parent
297d4c668e
commit
d5980b345f
1 changed files with 1 additions and 0 deletions
|
|
@ -269,6 +269,7 @@ frappe.ui.form.PrintView = class {
|
|||
based_on: data.based_on,
|
||||
};
|
||||
frappe.set_route('print-format-builder');
|
||||
this.print_sel.val(data.print_format_name);
|
||||
},
|
||||
__('New Custom Print Format'),
|
||||
__('Start')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue