mirror of https://gitlab.crans.org/bde/nk20
Can't change which BDE has editted the invoice
This commit is contained in:
parent
15bfdd9f96
commit
d641b4cc1c
|
@ -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…
Reference in New Issue