fix: set selected value in print format select

This commit is contained in:
prssanna 2021-03-02 13:45:34 +05:30
parent 297d4c668e
commit d5980b345f

View file

@ -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')