fixed crud list
fixed payments upload -a
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ from payments.models import Payment
|
||||
class PaymentCreateForm(ModelForm):
|
||||
class Meta:
|
||||
model = Payment
|
||||
fields = ['total_amount', 'company', 'description']
|
||||
fields = ['company', 'total_amount', 'description']
|
||||
widgets = {
|
||||
'containers': CheckboxSelectMultiple(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user