X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fpo_receive_items.php;fp=purchasing%2Fpo_receive_items.php;h=84eb79fe1157b2386563d14902ea22766720aabe;hb=052d2ef59dfd71c239c163d9c9ace5f75f65ac01;hp=36bb7ca04cc76c7a56fe84c554b7f40b0ee6444f;hpb=1c01c6f19f3a1410814abb63e4143d080373aaba;p=fa-stable.git diff --git a/purchasing/po_receive_items.php b/purchasing/po_receive_items.php index 36bb7ca0..84eb79fe 100644 --- a/purchasing/po_receive_items.php +++ b/purchasing/po_receive_items.php @@ -142,14 +142,14 @@ function display_po_receive_items() $colspan = count($th)-1; - $display_sub_total = price_format($total/* + input_num('freight_cost')*/); + $display_sub_total = price_format($total); label_row(_("Sub-total"), $display_sub_total, "colspan=$colspan align=right","align=right"); - $taxes = $_SESSION['PO']->get_taxes(input_num('freight_cost'), true); + $taxes = $_SESSION['PO']->get_taxes(); $tax_total = display_edit_tax_items($taxes, $colspan, $_SESSION['PO']->tax_included); - $display_total = price_format(($total + input_num('freight_cost') + $tax_total)); + $display_total = price_format(($total + $tax_total)); start_row(); label_cells(_("Amount Total"), $display_total, "colspan=$colspan align='right'","align='right'");