이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
anoopmb
/
frappe
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Merge branch 'develop'
version-14
Nabin Hait
8 년 전
부모
f72cc8d275
54e404a4f9
커밋
8959be9b1c
2개의 변경된 파일
과
2개의 추가작업
그리고
2개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/__init__.py
+1
-1
frappe/public/js/frappe/form/print.js
+ 1
- 1
frappe/__init__.py
파일 보기
@@ -13,7 +13,7 @@ import os, sys, importlib, inspect, json
from .exceptions import *
from .utils.jinja import get_jenv, get_template, render_template
__version__ = '8.0.3
4
'
__version__ = '8.0.3
5
'
__title__ = "Frappe Framework"
local = Local()
+ 1
- 1
frappe/public/js/frappe/form/print.js
파일 보기
@@ -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.print
view
.get_html_and_style",
args: {
doc: this.frm.doc,
print_format: this.selected_format(),
쓰기
미리보기
불러오는 중...
취소
저장