Sfoglia il codice sorgente

Fix display of product class for child products in dashboard order detail template

master
Samir Shah 4 anni fa
parent
commit
e2d97f6f48
Nessun account collegato all'indirizzo email del committer

+ 1
- 1
src/oscar/templates/oscar/dashboard/orders/line_detail.html Vedi File

@@ -44,7 +44,7 @@
44 44
                     </td>
45 45
                 </tr>
46 46
                 <tr>
47
-                    <th>{% trans "Product Type" %}</th><td>{{ line.product.product_class }}</td>
47
+                    <th>{% trans "Product Type" %}</th><td>{{ line.product.get_product_class }}</td>
48 48
                 </tr>
49 49
                 <tr>
50 50
                     <th>{% trans "UPC" %}</th><td>{{ line.upc|default:"-" }}</td>

Loading…
Annulla
Salva