Samir Shah
4 anni fa
Nessun account collegato all'indirizzo email del committer
|
@@ -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>
|