brotherton-erpnext/erpnext/public/js/pos/pos_tax_row.html

5 lines
163 B
HTML
Raw Normal View History

2017-03-10 09:20:39 +00:00
<div class="pos-list-row" style="padding-right: 0;">
<div class="cell">{%= description %}</div>
<div class="cell text-right bold">{%= tax_amount %}</div>
2015-01-05 10:49:12 +00:00
</div>