X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=inline;f=reporting%2Frep301.php;h=d476ec9a98cd2f3e568a27f763501c4cb9db2ccc;hb=80dd97a37f674cc3691fa04af4c29607067566b2;hp=2b18d24b2cc477ee0d8068fe610cd932c28e5d88;hpb=ad96cd0abbfd826592b851b8e0cb6d89e450fdf4;p=fa-stable.git diff --git a/reporting/rep301.php b/reporting/rep301.php index 2b18d24b..d476ec9a 100644 --- a/reporting/rep301.php +++ b/reporting/rep301.php @@ -9,12 +9,12 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the License here . ***********************************************************************/ -$page_security = 2; +$page_security = 'SA_ITEMSVALREP'; // ---------------------------------------------------------------- // $ Revision: 2.0 $ // Creator: Joe Hunt // date_: 2005-05-19 -// Title: Supplier Balances +// Title: Inventory Valuation // ---------------------------------------------------------------- $path_to_root=".."; @@ -79,14 +79,14 @@ function print_inventory_valuation_report() $dec = user_price_dec(); - if ($category == reserved_words::get_all_numeric()) + if ($category == ALL_NUMERIC) $category = 0; if ($category == 0) $cat = _('All'); else $cat = get_category_name($category); - if ($location == reserved_words::get_all()) + if ($location == ALL_TEXT) $location = 'all'; if ($location == 'all') $loc = _('All');