瀏覽代碼

printing fix

version-14
Nabin Hait 8 年之前
父節點
當前提交
c1c7e32559
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      frappe/public/js/frappe/form/print.js

+ 1
- 1
frappe/public/js/frappe/form/print.js 查看文件

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


Loading…
取消
儲存