Ajouter la colonne handle Frisbii à l'historique d'abonnements (admin)
This commit is contained in:
@@ -101,6 +101,7 @@ def _history_section(user_id, current_id):
|
|||||||
[
|
[
|
||||||
html.Td([sub["plan"] or "—", badge]),
|
html.Td([sub["plan"] or "—", badge]),
|
||||||
html.Td(sub["status"] or "—"),
|
html.Td(sub["status"] or "—"),
|
||||||
|
html.Td(sub["frisbii_subscription_handle"] or "—"),
|
||||||
html.Td(sub["prix_ht"] if sub["prix_ht"] is not None else "—"),
|
html.Td(sub["prix_ht"] if sub["prix_ht"] is not None else "—"),
|
||||||
html.Td(sub["current_period_end"] or "—"),
|
html.Td(sub["current_period_end"] or "—"),
|
||||||
html.Td(sub["created_at"]),
|
html.Td(sub["created_at"]),
|
||||||
@@ -119,6 +120,7 @@ def _history_section(user_id, current_id):
|
|||||||
for h in (
|
for h in (
|
||||||
"Plan",
|
"Plan",
|
||||||
"Statut",
|
"Statut",
|
||||||
|
"Handle Frisbii",
|
||||||
"Prix HT",
|
"Prix HT",
|
||||||
"Fin de période",
|
"Fin de période",
|
||||||
"Créé le",
|
"Créé le",
|
||||||
|
|||||||
Reference in New Issue
Block a user