mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-20 17:41:55 +02:00
Can't change which BDE has editted the invoice
This commit is contained in:
@ -20,7 +20,7 @@ class InvoiceForm(forms.ModelForm):
|
||||
|
||||
class Meta:
|
||||
model = Invoice
|
||||
fields = '__all__'
|
||||
exclude = ('bde', )
|
||||
|
||||
|
||||
ProductFormSet = forms.inlineformset_factory(
|
||||
|
Reference in New Issue
Block a user