Kaynağa Gözat

Update basket_totals.html - Fixed surcharges display (#4127)

master
patrick-agbokou 2 yıl önce
ebeveyn
işleme
832c2af12d
No account linked to committer's email address

+ 1
- 1
src/oscar/templates/oscar/order/partials/basket_totals.html Dosyayı Görüntüle

@@ -97,7 +97,7 @@
97 97
                 {% for charge in surcharges %}
98 98
                 <tr>
99 99
                         <th class="total">{{ charge.name }}</th>
100
-                        <th class="total align-right"> 
100
+                        <th class="total text-right"> 
101 101
                             {% if show_tax_separately %}
102 102
                                 {{ charge.excl_tax|currency:order.currency }}
103 103
                             {% else %}

Loading…
İptal
Kaydet