aboutsummaryrefslogtreecommitdiffstats
path: root/servo/forms
diff options
context:
space:
mode:
Diffstat (limited to 'servo/forms')
-rw-r--r--servo/forms/invoices.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/forms/invoices.py b/servo/forms/invoices.py
index dbff182..7c44360 100644
--- a/servo/forms/invoices.py
+++ b/servo/forms/invoices.py
@@ -46,7 +46,7 @@ class InvoiceSearchForm(forms.Form):
required=False,
label=_('State is'),
choices=(
- ('', _('Any')),
+ ('', _('Any')),
('OPEN', _('Open')),
('PAID', _('Paid')),
),