Correction anomalie 0000002 soumise le 18/11/2019 : Affichage HT et TTC sur le tunnel de commande

This commit is contained in:
2019-11-25 21:33:06 +01:00
parent 5721e4b8da
commit 95dc8481d7

View File

@@ -114,6 +114,13 @@
<td><span class="text-uppercase">{$totals.total.label}</span> {$labels.tax_short}</td> <td><span class="text-uppercase">{$totals.total.label}</span> {$labels.tax_short}</td>
<td>{$totals.total.value}</td> <td>{$totals.total.value}</td>
</tr> </tr>
<!-- TheCoreDev : Anomalie 00000002 (affichage du total TTC en plus du total HT) //-->
<tr class="font-weight-bold">
<td><span class="text-uppercase">{$totals.total_including_tax.label}</span></td>
<td>{$totals.total_including_tax.value}</td>
</tr>
</table> </table>
{/block} {/block}