[Fix] print_cess to print_css

This commit is contained in:
Rohit Waghchaure 2016-09-19 11:42:33 +05:30
parent 763fda8a5c
commit efc02f6ffc

View file

@ -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();