mirror of
https://gitlab.crans.org/bde/nk20
synced 2024-11-26 18:37:12 +00:00
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:
|
||||
model = Invoice
|
||||
fields = '__all__'
|
||||
exclude = ('bde', )
|
||||
|
||||
|
||||
ProductFormSet = forms.inlineformset_factory(
|
||||
|
Loading…
Reference in New Issue
Block a user