From: Lincoln de Sousa Date: Thu, 27 Sep 2007 00:54:56 +0000 (-0300) Subject: ajeitando qual valor vai pra qual tipo de inscrição X-Git-Url: http://git.cascardo.info/?p=cascardo%2Feventmanager.git;a=commitdiff_plain;h=135c8ea5c555fcfdd0b15b1c497937a5ed1bfe36 ajeitando qual valor vai pra qual tipo de inscrição --- 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'