Can't change which BDE has editted the invoice
This commit is contained in:
parent
15bfdd9f96
commit
d641b4cc1c
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ class InvoiceForm(forms.ModelForm):
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
model = Invoice
|
model = Invoice
|
||||||
fields = '__all__'
|
exclude = ('bde', )
|
||||||
|
|
||||||
|
|
||||||
ProductFormSet = forms.inlineformset_factory(
|
ProductFormSet = forms.inlineformset_factory(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue