mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 01:48:21 +02:00
Store invoice source code instead of generate it everytime
This commit is contained in:
@ -28,7 +28,7 @@ class InvoiceForm(forms.ModelForm):
|
||||
|
||||
class Meta:
|
||||
model = Invoice
|
||||
exclude = ('bde', )
|
||||
exclude = ('bde', 'tex', )
|
||||
|
||||
|
||||
class ProductForm(forms.ModelForm):
|
||||
|
Reference in New Issue
Block a user