X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Freorder_level.php;h=4e8f02c4fa7ee07e5694c0834b441ce65fa43d77;hb=a6fdb9458428e86dec80dd312a6e968661c0f8c7;hp=787348a5987e08e3442b60446aa02afc0b003ee8;hpb=883307779f9ca5bac0533702a8702b0cccb4742f;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);