Browse Source

printing fix

version-14
Nabin Hait 8 years ago
parent
commit
c1c7e32559
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/public/js/frappe/form/print.js

+ 1
- 1
frappe/public/js/frappe/form/print.js View File

@@ -143,7 +143,7 @@ frappe.ui.form.PrintPreview = Class.extend({
},
get_print_html: function(callback) {
frappe.call({
method: "frappe.www.print.get_html_and_style",
method: "frappe.www.printview.get_html_and_style",
args: {
doc: this.frm.doc,
print_format: this.selected_format(),


Loading…
Cancel
Save