X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Freorder_level.php;h=4e8f02c4fa7ee07e5694c0834b441ce65fa43d77;hb=b50a7459225a6d7b55bf34a20bcfeb5489360eb5;hp=787348a5987e08e3442b60446aa02afc0b003ee8;hpb=9e44d776f49ac5c16c15fd3fc8f0d85edcc771e7;p=fa-stable.git diff --git a/inventory/reorder_level.php b/inventory/reorder_level.php index 787348a5..4e8f02c4 100644 --- a/inventory/reorder_level.php +++ b/inventory/reorder_level.php @@ -52,7 +52,7 @@ div_end(); set_global_stock_item($_POST['stock_id']); div_start('reorders'); -start_table("$table_style width=30%"); +start_table(TABLESTYLE, "width=30%"); $th = array(_("Location"), _("Quantity On Hand"), _("Re-Order Level")); table_header($th);