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
1 changed files with 1 additions and 1 deletions

View File

@ -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(