other fix for months
This commit is contained in:
parent
9f5717c01c
commit
9e2f89d3fc
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ class AccountsList(BasePage):
|
|||
def on_loaded(self):
|
||||
pass
|
||||
|
||||
monthvalue = {u'janv.': '01', u'févr.': '02', u'mars.': '03', u'avri.': '04',
|
||||
monthvalue = {u'janv.': '01', u'févr.': '02', u'mars.': '03', u'avr.': '04',
|
||||
u'mai': '05', u'juin': '06', u'juil.': '07', u'août': '08',
|
||||
u'sept.': '09', u'oct.': '10', u'nov.': '11', u'déc.': '12',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue