Przeglądaj źródła

[Fix] print_cess to print_css

version-14
Rohit Waghchaure 8 lat temu
rodzic
commit
efc02f6ffc
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      frappe/public/js/lib/microtemplate.js

+ 1
- 1
frappe/public/js/lib/microtemplate.js Wyświetl plik

@@ -97,7 +97,7 @@ frappe.render_grid = function(opts) {

// render HTML wrapper page
opts.base_url = frappe.urllib.get_base_url();
opts.print_cess = frappe.boot.print_css;
opts.print_css = frappe.boot.print_css;
var html = frappe.render_template("print_template", opts);

var w = window.open();


Ładowanie…
Anuluj
Zapisz