From 8ceb16bb8d812e7db2623b86335b877208c37cca 2016-05-25 22:52:59 From: Fiorella Quino Date: 2016-05-25 22:52:59 Subject: [PATCH] Task #559: Vista de Summary (bug) git-svn-id: http://jro-dev.igp.gob.pe/svn/jro_hard/radarsys/trunk/webapp@175 aa17d016-51d5-4e8b-934c-7b2bbb1bbe71 --- diff --git a/apps/main/views.py b/apps/main/views.py index 3a0e368..050d03d 100644 --- a/apps/main/views.py +++ b/apps/main/views.py @@ -781,7 +781,7 @@ def experiment_summary(request, id_exp): if configuration.device.device_type.name == 'rc': rc_lines = experiment_data['configurations']['rc']['lines'] - if experiment_data['configurations']['rc']['mix'] == True: + if experiment_data['configurations']['rc']['mix'] == 'True': tx = '' code = '' window = ''