${ _("Category") } | ${ _("Item") } | ${ _("Supplier code") } | ${ _("Cost") } | ${ _("Quantity") } | ${ _("Total") } |
${ item.sellable.get_category_description() } | ${ item.sellable.get_description() } | <% product = item.sellable.product %>${ product.get_product_supplier_code(report.order.supplier) or "-"} | ${ format_quantity(item.quantity) } ${ item.sellable.unit_description } |