1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-09 20:52:56 +01:00

bug fixes

This commit is contained in:
Hillel Coren 2014-02-17 20:27:22 +02:00
parent c7e4e082ae
commit ccfef71f86

View File

@ -115,7 +115,7 @@
<th style="width:100%">Description</th>
<th style="min-width:120px">Unit Cost</th>
<th style="min-width:120px">Quantity</th>
<th style="min-width:120px;" data-bind="visible: $root.invoice_item_taxes.show">Tax</th>
<th style="min-width:120px;display:none;" data-bind="visible: $root.invoice_item_taxes.show">Tax</th>
<th style="min-width:120px;">Line&nbsp;Total</th>
<th style="min-width:32px;" class="hide-border"></th>
</tr>