mirror of https://gitlab.crans.org/bde/nk20
Register the BDE in billings
This commit is contained in:
parent
71346476df
commit
1c12494a67
|
@ -11,6 +11,20 @@ class Billing(models.Model):
|
|||
verbose_name=_("Billing identifier"),
|
||||
)
|
||||
|
||||
bde = models.CharField(
|
||||
max_length=32,
|
||||
default='Saperlistpopette.png',
|
||||
choices=(
|
||||
('Saperlistpopette.png', 'Saper[list]popette'),
|
||||
('Finalist.png', 'Fina[list]'),
|
||||
('Listorique.png', '[List]orique'),
|
||||
('Satellist.png', 'Satel[list]'),
|
||||
('Monopolist.png', 'Monopo[list]'),
|
||||
('Kataclist.png', 'Katac[list]'),
|
||||
),
|
||||
verbose_name=_("BDE"),
|
||||
)
|
||||
|
||||
subject = models.CharField(
|
||||
max_length=255,
|
||||
verbose_name=_("Subject"),
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 752 KiB |
Binary file not shown.
After Width: | Height: | Size: 664 KiB |
Binary file not shown.
After Width: | Height: | Size: 414 KiB |
Binary file not shown.
After Width: | Height: | Size: 375 KiB |
Binary file not shown.
After Width: | Height: | Size: 202 KiB |
Loading…
Reference in New Issue