X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fpo_receive_items.php;h=da277b2743366586c44f922f6342098004200ceb;hb=17b390efcf904072b02ec866b2a427490471a260;hp=30d18878855caa7789370ad250e0464e688b2a73;hpb=7561718ee5113232ce917f63085d272884b0929c;p=fa-stable.git diff --git a/purchasing/po_receive_items.php b/purchasing/po_receive_items.php index 30d18878..da277b27 100644 --- a/purchasing/po_receive_items.php +++ b/purchasing/po_receive_items.php @@ -58,7 +58,7 @@ if ((!isset($_GET['PONumber']) || $_GET['PONumber'] == 0) && !isset($_SESSION['P function display_po_receive_items() { div_start('grn_items'); - start_table(TABLESTYLE, "colspan=7 width=90%"); + start_table(TABLESTYLE, "colspan=7 width='90%'"); $th = array(_("Item Code"), _("Description"), _("Ordered"), _("Units"), _("Received"), _("Outstanding"), _("This Delivery"), _("Price"), _("Total")); table_header($th);