Register the BDE in billings
This commit is contained in:
parent
71346476df
commit
1c12494a67
6 changed files with 14 additions and 0 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue