X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fview%2Fview_po.php;h=e84e4e33139039424ee3820a42c2d8164779d418;hb=bdeb340a0330f79b276d47252ea09ce7d9afad3c;hp=666a637b13a931b94184987883a209824a74157b;hpb=5e63c6ace55729bbb5ee3b060035a25a4426eb0a;p=fa-stable.git diff --git a/purchasing/view/view_po.php b/purchasing/view/view_po.php index 666a637b..e84e4e33 100644 --- a/purchasing/view/view_po.php +++ b/purchasing/view/view_po.php @@ -35,12 +35,12 @@ read_po($_GET['trans_no'], $purchase_order); echo "
"; display_po_summary($purchase_order, true); -start_table(TABLESTYLE, "width=90%", 6); +start_table(TABLESTYLE, "width='90%'", 6); echo ""; // outer table display_heading2(_("Line Details")); -start_table(TABLESTYLE, "colspan=9 width=100%"); +start_table(TABLESTYLE, "width='100%'"); $th = array(_("Item Code"), _("Item Description"), _("Quantity"), _("Unit"), _("Price"), _("Requested By"), _("Line Total"), _("Quantity Received"), _("Quantity Invoiced")); @@ -154,7 +154,7 @@ if (db_num_rows($invoice_result) > 0) echo ""; end_table(1); // outer table -//_vd($purchase_order); + display_allocations_to(PT_SUPPLIER, $purchase_order->supplier_id, ST_PURCHORDER, $purchase_order->order_no, $total + $tax_total); //----------------------------------------------------------------------------------------------------