Procházet zdrojové kódy

[minor] print_style.js

version-14
Rushabh Mehta před 8 roky
rodič
revize
e62de7b0e7
1 změnil soubory, kde provedl 0 přidání a 5 odebrání
  1. +0
    -5
      frappe/printing/doctype/print_style/print_style.js

+ 0
- 5
frappe/printing/doctype/print_style/print_style.js Zobrazit soubor

@@ -3,11 +3,6 @@

frappe.ui.form.on('Print Style', {
refresh: function(frm) {
/* update in local */
if (!frm.is_new() && !locals[':Print Style'][frm.doc.name]) {
locals[':Print Style'][frm.doc.name] = frm.doc;
}

frm.add_custom_button(__('Print Settings'), () => {
frappe.set_route('Form', 'Print Settings');
})


Načítá se…
Zrušit
Uložit