Private
Public Access
1
0

Merge tag 'v3.47' into develop

typo bug fix
This commit is contained in:
Sander Roosendaal
2017-07-13 15:09:01 +02:00
+1 -1
View File
@@ -3362,7 +3362,7 @@ def user_multiflex_select(request,
try: try:
ploterrorbars = request.session['ploterrorbars'] ploterrorbars = request.session['ploterrorbars']
except: except:
ploterrobars = False ploterrorbars = False
if 'startdate' in request.session: if 'startdate' in request.session: