X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=purchasing%2Fview%2Fview_po.php;h=6463f55d18c5d0acd67cf5bba44b2b68dae0d60d;hb=fc24ee893402902fc58632dabb5d7c2594e191d0;hp=ef54291f26ff4839e8654a151ff89f26baba8e23;hpb=2e570d1c62dd7775213cfffe3cf1ab186b94117f;p=fa-stable.git diff --git a/purchasing/view/view_po.php b/purchasing/view/view_po.php index ef54291f..6463f55d 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"));