X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep301.php;h=d476ec9a98cd2f3e568a27f763501c4cb9db2ccc;hb=ea1ac6e8c569745bd4099d47936f6dfe86b8b9d4;hp=dede52077f64ff7032ed17bf5299d0b8ca41919a;hpb=902f1015d874c33bd7946b17de2ad80b4f2144b6;p=fa-stable.git diff --git a/reporting/rep301.php b/reporting/rep301.php index dede5207..d476ec9a 100644 --- a/reporting/rep301.php +++ b/reporting/rep301.php @@ -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');