Update facture template

This commit is contained in:
quark 2024-03-09 13:04:33 +01:00
parent 28bd62531e
commit 5b377e6a75
3 changed files with 2 additions and 1 deletions

View File

@ -27,8 +27,9 @@ class Invoice(models.Model):
bde = models.CharField(
max_length=32,
default='SecretStorlist',
default='RavePartlist',
choices=(
('RavePartlist', 'RavePart[list]')
('SecretStorlist', 'SecretStor[list]'),
('TotalistSpies', 'Tota[list]Spies'),
('Saperlistpopette', 'Saper[list]popette'),

Binary file not shown.

After

Width:  |  Height:  |  Size: 1007 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 886 KiB