From 135c8ea5c555fcfdd0b15b1c497937a5ed1bfe36 Mon Sep 17 00:00:00 2001 From: Lincoln de Sousa Date: Wed, 26 Sep 2007 21:54:56 -0300 Subject: [PATCH] =?utf8?q?ajeitando=20qual=20valor=20vai=20pra=20qual=20ti?= =?utf8?q?po=20de=20inscri=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views.py b/views.py index 1d21af3..290bfbf 100644 --- a/views.py +++ b/views.py @@ -255,7 +255,7 @@ def inscricao_boleto(request): initial['refTran'] = '1458197%s' % str(new_ref).zfill(10) if today < first_date: initial['dtVenc'] = '12102007' - if p.comercial: + if not p.comercial: initial['valor'] = '3500' else: initial['valor'] = '8000' -- 2.20.1