Skip to content
Snippets Groups Projects
Commit d641b4cc authored by ynerant's avatar ynerant
Browse files

Can't change which BDE has editted the invoice

parent 15bfdd9f
No related branches found
No related tags found
1 merge request!61Tresorerie
Pipeline #7997 passed with stages
in 3 minutes and 37 seconds
......@@ -20,7 +20,7 @@ class InvoiceForm(forms.ModelForm):
class Meta:
model = Invoice
fields = '__all__'
exclude = ('bde', )
ProductFormSet = forms.inlineformset_factory(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment