From 0c3121a61482f012d8b149b88e32382d5224618c Mon Sep 17 00:00:00 2001 From: Florent Date: Tue, 1 Apr 2014 11:28:59 +0200 Subject: [PATCH] Post with the good variable --- modules/ing/pages/bills.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ing/pages/bills.py b/modules/ing/pages/bills.py index dc91079d..24608122 100644 --- a/modules/ing/pages/bills.py +++ b/modules/ing/pages/bills.py @@ -50,7 +50,7 @@ class BillsPage(LoggedPage, HTMLPage): _id = _id.split("'")[5] form = self.get_form(name="statements_form") form['AJAXREQUEST'] = 'statements_form:stat_region' - form['id'] = _id + form[_id] = _id form.submit() @method