소스 검색

Merge branch 'hotfix'

version-14
Saurabh 7 년 전
부모
커밋
bc40ed5a87
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      frappe/__init__.py
  2. +1
    -1
      frappe/public/js/legacy/client_script_helpers.js

+ 1
- 1
frappe/__init__.py 파일 보기

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

__version__ = '10.0.21'
__version__ = '10.0.22'
__title__ = "Frappe Framework"

local = Local()


+ 1
- 1
frappe/public/js/legacy/client_script_helpers.js 파일 보기

@@ -437,7 +437,7 @@ _f.Frm.prototype.set_indicator_formatter = function(fieldname, get_color, get_te
function(value, df, options, doc) {
if(value) {
return repl('<a class="indicator %(color)s" href="#Form/%(doctype)s/%(name)s">%(label)s</a>', {
color: get_color(doc),
color: get_color(doc || {}),
doctype: df.options,
name: value,
label: get_text ? get_text(doc) : value


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