X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fview%2Fview_invoice.php;h=61fc0b56fb88f0974ba980dd1bf2d0f7d67413ac;hb=23936f0bdf11736bff72d90513846cf94def317e;hp=35e1eba9fc4a16c4171652e018805343a68b730e;hpb=d1cd5dabeecbbfd09cf28c4710f0ba44f2adcf13;p=fa-stable.git diff --git a/sales/view/view_invoice.php b/sales/view/view_invoice.php index 35e1eba9..61fc0b56 100644 --- a/sales/view/view_invoice.php +++ b/sales/view/view_invoice.php @@ -144,16 +144,16 @@ if (db_num_rows($result) > 0) end_row(); } //end while there are line items to print out + $display_sub_tot = price_format($sub_total); + label_row(_("Sub-total"), $display_sub_tot, "colspan=6 align=right", + "nowrap align=right width=15%"); } else display_note(_("There are no line items on this invoice."), 1, 2); -$display_sub_tot = price_format($sub_total); $display_freight = price_format($myrow["ov_freight"]); /*Print out the invoice text entered */ -label_row(_("Sub-total"), $display_sub_tot, "colspan=6 align=right", - "nowrap align=right width=15%"); label_row(_("Shipping"), $display_freight, "colspan=6 align=right", "nowrap align=right"); $tax_items = get_trans_tax_details(ST_SALESINVOICE, $trans_id);