Skip to content
Extraits de code Groupes Projets
Valider 34ec08a3 rédigé par jordan's avatar jordan
Parcourir les fichiers

[fix] remove useless "*" on report

parent bad00472
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
<table class="table table-sm" style="border: none;"> <table class="table table-sm" style="border: none;">
<tr style="border: none"> <tr style="border: none">
<td style="border: none; background: inherit; color: inherit;"> <td style="border: none; background: inherit; color: inherit;">
<strong>Total cotisation annuelle <t t-esc="str(o.year)"/>*</strong> <strong>Total cotisation annuelle <t t-esc="str(o.year)"/></strong>
</td> </td>
<td class="text-right" style="border: none; background: inherit; color: inherit;"> <td class="text-right" style="border: none; background: inherit; color: inherit;">
<strong></strong><span t-field="o.amount_total_cotiz" t-options="{'widget': 'monetary', 'display_currency': o.company_id.currency_id}"/></td> <strong></strong><span t-field="o.amount_total_cotiz" t-options="{'widget': 'monetary', 'display_currency': o.company_id.currency_id}"/></td>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter