소스 검색

[Fix] print_cess to print_css

version-14
Rohit Waghchaure 8 년 전
부모
커밋
efc02f6ffc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      frappe/public/js/lib/microtemplate.js

+ 1
- 1
frappe/public/js/lib/microtemplate.js 파일 보기

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


불러오는 중...
취소
저장