mirror of https://gitlab.crans.org/bde/nk20
changement du fond des factures
This commit is contained in:
parent
563f525b11
commit
48a0a87e7c
|
@ -28,9 +28,10 @@ class Invoice(models.Model):
|
|||
|
||||
bde = models.CharField(
|
||||
max_length=32,
|
||||
default='TotalistSpies',
|
||||
default='SecretStorlist',
|
||||
choices=(
|
||||
('TotalistSpies', 'Tota[list]Spies'),
|
||||
('SecretStorlist', 'SecretStor[list]'),
|
||||
('TotalistSpies', 'Tota[list]Spies'),
|
||||
('Saperlistpopette', 'Saper[list]popette'),
|
||||
('Finalist', 'Fina[list]'),
|
||||
('Listorique', '[List]orique'),
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 690 KiB |
Binary file not shown.
After Width: | Height: | Size: 77 KiB |
Loading…
Reference in New Issue