1
0
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:
Yohann D'ANELLO 2020-03-22 15:33:48 +01:00
parent 15bfdd9f96
commit d641b4cc1c

View File

@ -20,7 +20,7 @@ class InvoiceForm(forms.ModelForm):
class Meta:
model = Invoice
fields = '__all__'
exclude = ('bde', )
ProductFormSet = forms.inlineformset_factory(