X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fview%2Fview_transfer.php;h=d3bd8a5fa52b6b8d85d07a15d62eef317c1dbe79;hb=fc24ee893402902fc58632dabb5d7c2594e191d0;hp=86ad8bfa23c813074184df7e9da707b4983857b3;hpb=2e570d1c62dd7775213cfffe3cf1ab186b94117f;p=fa-stable.git diff --git a/inventory/view/view_transfer.php b/inventory/view/view_transfer.php index 86ad8bfa..d3bd8a5f 100644 --- a/inventory/view/view_transfer.php +++ b/inventory/view/view_transfer.php @@ -33,7 +33,7 @@ $to_trans = $transfer_items[1]; display_heading($systypes_array[ST_LOCTRANSFER] . " #$trans_no"); echo "
"; -start_table(TABLESTYLE2, "width=90%"); +start_table(TABLESTYLE2, "width='90%'"); start_row(); label_cells(_("Item"), $from_trans['stock_id'] . " - " . $from_trans['description'], "class='tableheader2'"); @@ -51,7 +51,7 @@ comments_display_row(ST_LOCTRANSFER, $trans_no); end_table(2); -start_table(TABLESTYLE, "width=90%"); +start_table(TABLESTYLE, "width='90%'"); $th = array(_("Item"), _("Description"), _("Quantity"), _("Units")); table_header($th);