diff --git a/invoices_app/forms.py b/invoices_app/forms.py index 2983f5b..906251a 100644 --- a/invoices_app/forms.py +++ b/invoices_app/forms.py @@ -27,7 +27,7 @@ class Meta: ) widgets = { 'currency': forms.Select(attrs={'class': 'custom-select'}), - 'po_number': forms.NumberInput(attrs={'class': 'form-control', 'placeholder': _('e.g. 124246346')}), + 'po_number': forms.TextInput(attrs={'class': 'form-control', 'placeholder': _('e.g. 124246346')}), 'vat': forms.NumberInput( attrs={ 'id': 'vat',