X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Freorder_level.php;h=c34ba672828771483399891b35b44faa2be37245;hb=fc24ee893402902fc58632dabb5d7c2594e191d0;hp=bd517f251221a18e5a762835ad5c2177c36bc665;hpb=2e570d1c62dd7775213cfffe3cf1ab186b94117f;p=fa-stable.git diff --git a/inventory/reorder_level.php b/inventory/reorder_level.php index bd517f25..c34ba672 100644 --- a/inventory/reorder_level.php +++ b/inventory/reorder_level.php @@ -60,7 +60,7 @@ div_end(); set_global_stock_item($_POST['stock_id']); div_start('reorders'); -start_table(TABLESTYLE, "width=30%"); +start_table(TABLESTYLE, "width='30%'"); $th = array(_("Location"), _("Quantity On Hand"), _("Re-Order Level")); table_header($th);