fix frontend

prod
Dmitriy Shesterkin 9 years ago
parent 4e600889c5
commit 9e23e63aee
  1. 1
      src/customer/forms.py

@ -188,6 +188,7 @@ class BankAccountForm(forms.ModelForm):
'short_name': forms.HiddenInput(),
'korr_account': forms.HiddenInput(),
'company': forms.HiddenInput(),
'account': forms.TextInput(attrs={'style': 'width:150px;'})
}
def __init__(self, *args, **kwargs):

Loading…
Cancel
Save