X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Freorder_level.php;h=8eca2ef19a629c473162ed111f43569d3da2bc97;hb=9145a040396e901eda3fa154dcfaaa66004e568c;hp=f071b5225d49db8ae1552e229629667f30ba12c5;hpb=22510f9ad825764c5a253ba9ac41be4121611885;p=fa-stable.git diff --git a/inventory/reorder_level.php b/inventory/reorder_level.php index f071b522..8eca2ef1 100644 --- a/inventory/reorder_level.php +++ b/inventory/reorder_level.php @@ -62,7 +62,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);