Procházet zdrojové kódy

Merge branch 'develop'

version-14
Nabin Hait před 8 roky
rodič
revize
8959be9b1c
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +1
    -1
      frappe/__init__.py
  2. +1
    -1
      frappe/public/js/frappe/form/print.js

+ 1
- 1
frappe/__init__.py Zobrazit soubor

@@ -13,7 +13,7 @@ import os, sys, importlib, inspect, json
from .exceptions import * from .exceptions import *
from .utils.jinja import get_jenv, get_template, render_template from .utils.jinja import get_jenv, get_template, render_template


__version__ = '8.0.34'
__version__ = '8.0.35'
__title__ = "Frappe Framework" __title__ = "Frappe Framework"


local = Local() local = Local()


+ 1
- 1
frappe/public/js/frappe/form/print.js Zobrazit soubor

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


Načítá se…
Zrušit
Uložit