X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=purchasing%2Fview%2Fview_po.php;h=be8826440cf41ee4f5109c31933861e6a494f8de;hb=a9f8bc40287ef12f16ad863d4acb1af3d18643b6;hp=666a637b13a931b94184987883a209824a74157b;hpb=5e63c6ace55729bbb5ee3b060035a25a4426eb0a;p=fa-stable.git diff --git a/purchasing/view/view_po.php b/purchasing/view/view_po.php index 666a637b..be882644 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")); @@ -123,7 +123,7 @@ if (db_num_rows($grns_result) > 0) label_cell(sql2date($myrow["delivery_date"])); end_row(); } - end_table();; + end_table(); } $invoice_result = get_po_invoices_credits($_GET['trans_no']); @@ -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); //----------------------------------------------------------------------------------------------------