Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
anoopmb
/
frappe
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Merge branch 'hotfix'
version-14
Nabin Hait
hace 8 años
padre
9b7a7e4d6d
c3f2071301
commit
dc4b554f94
Se han
modificado 2 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
frappe/__init__.py
+1
-1
frappe/public/js/frappe/model/indicator.js
+ 1
- 1
frappe/__init__.py
Ver fichero
@@ -13,7 +13,7 @@ import os, sys, importlib, inspect, json
from .exceptions import *
from .utils.jinja import get_jenv, get_template, render_template
__version__ = "7.0.4
3
"
__version__ = "7.0.4
4
"
local = Local()
+ 1
- 1
frappe/public/js/frappe/model/indicator.js
Ver fichero
@@ -30,7 +30,7 @@ frappe.get_indicator = function(doc, doctype) {
if(value) {
var colour = "";
if(
in_list(locals["Workflow State"], value)
&& locals["Workflow State"][value].style) {
if(
locals["Workflow State"][value]
&& locals["Workflow State"][value].style) {
var colour = {
"Success": "green",
"Warning": "orange",
Escribir
Vista previa
Cargando…
Cancelar
Guardar