Explorar el Código

Merge branch 'develop'

version-14
Pratik Vyas hace 11 años
padre
commit
60093c845b
Se han modificado 2 ficheros con 4 adiciones y 1 borrados
  1. +1
    -1
      config.json
  2. +3
    -0
      webnotes/widgets/reportview.py

+ 1
- 1
config.json Ver fichero

@@ -1,6 +1,6 @@
{
"base_template": "lib/website/templates/base.html",
"framework_version": "3.4.1",
"framework_version": "3.4.2",
"modules": {
"Calendar": {
"color": "#2980b9",


+ 3
- 0
webnotes/widgets/reportview.py Ver fichero

@@ -172,6 +172,9 @@ def build_filter_conditions(filters, conditions):
tname = ('`tab' + f[0] + '`')
if not tname in webnotes.local.reportview_tables:
webnotes.local.reportview_tables.append(tname)
if not hasattr(webnotes.local, "reportview_doctypes"):
load_doctypes()
# prepare in condition
if f[2] in ['in', 'not in']:


Cargando…
Cancelar
Guardar