mirror of https://gitlab.crans.org/bde/nk20
Update facture template
This commit is contained in:
parent
28bd62531e
commit
5b377e6a75
|
@ -27,8 +27,9 @@ class Invoice(models.Model):
|
||||||
|
|
||||||
bde = models.CharField(
|
bde = models.CharField(
|
||||||
max_length=32,
|
max_length=32,
|
||||||
default='SecretStorlist',
|
default='RavePartlist',
|
||||||
choices=(
|
choices=(
|
||||||
|
('RavePartlist', 'RavePart[list]')
|
||||||
('SecretStorlist', 'SecretStor[list]'),
|
('SecretStorlist', 'SecretStor[list]'),
|
||||||
('TotalistSpies', 'Tota[list]Spies'),
|
('TotalistSpies', 'Tota[list]Spies'),
|
||||||
('Saperlistpopette', 'Saper[list]popette'),
|
('Saperlistpopette', 'Saper[list]popette'),
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1007 KiB |
Binary file not shown.
After Width: | Height: | Size: 886 KiB |
Loading…
Reference in New Issue