django-oscar / django-oscar

Domain-driven e-commerce for Django

Home Page:http://oscarcommerce.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError in OrderSearchForm

pgcd opened this issue · comments

commented

desc = _("Orders placed between %(date_from)s and% (date_to)s")

The above line causes a TypeError when the form includes date_from and date_to with an empty order number.