From 39eca015d1943265b6d3cef73e8ed631a48439a4 Mon Sep 17 00:00:00 2001 From: Lincoln de Sousa Date: Wed, 26 Sep 2007 01:40:16 -0300 Subject: [PATCH] =?utf8?q?retirando=20valor=20padr=C3=A3o=20est=C3=A1tico?= =?utf8?q?=20do=20campo=20refTran=20--=20foi=20adicionado=20um=20valor=20d?= =?utf8?q?in=C3=A2mico=20na=20view?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forms.py b/forms.py index 78be2d9..f89c3c7 100644 --- a/forms.py +++ b/forms.py @@ -160,7 +160,7 @@ class Boleto(forms.Form): # Field names are in mixedCase because of bb's sistem request =/ idConv = forms.CharField(max_length=6, initial='303366', widget=HiddenInput()) - refTran = forms.CharField(max_length=17, initial='14581970000000002', + refTran = forms.CharField(max_length=17, widget=HiddenInput()) tpPagamento = forms.CharField(max_length=2, initial='21', widget=HiddenInput()) -- 2.20.1