lingo: add back date parser import as it's still in use (#24079)

This commit is contained in:
Frédéric Péters 2018-05-25 09:40:29 +02:00
parent 311aaa13cb
commit 9ba3f603ed
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ import urlparse
from decimal import Decimal
from dateutil import parser
import eopayment
from jsonfield import JSONField

View File

@ -36,7 +36,7 @@ INVOICES = [
'has_pdf': True,
'online_payment': True,
'paid': False,
'payment_date': None,
'payment_date': '1970-01-01',
'no_online_payment_reason': '',
},
]