add default date to beginning_debit_date
This commit is contained in:
parent
80db48e141
commit
534f299ed6
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ class TransactionsPage(Page):
|
||||||
return datetime.date(int(m.group(3)),
|
return datetime.date(int(m.group(3)),
|
||||||
self.MONTHS.index(m.group(2).rstrip('.')) + 1,
|
self.MONTHS.index(m.group(2).rstrip('.')) + 1,
|
||||||
int(m.group(1)))
|
int(m.group(1)))
|
||||||
|
return datetime.date.today()
|
||||||
|
|
||||||
COL_DATE = 0
|
COL_DATE = 0
|
||||||
COL_TEXT = 1
|
COL_TEXT = 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue