Post with the good variable
This commit is contained in:
parent
969e1c7cc7
commit
0c3121a614
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ class BillsPage(LoggedPage, HTMLPage):
|
||||||
_id = _id.split("'")[5]
|
_id = _id.split("'")[5]
|
||||||
form = self.get_form(name="statements_form")
|
form = self.get_form(name="statements_form")
|
||||||
form['AJAXREQUEST'] = 'statements_form:stat_region'
|
form['AJAXREQUEST'] = 'statements_form:stat_region'
|
||||||
form['id'] = _id
|
form[_id] = _id
|
||||||
form.submit()
|
form.submit()
|
||||||
|
|
||||||
@method
|
@method
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue