X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=reporting%2Frep302.php;h=611e214b0aa98da3779a6c4c5aa405504ba8ecf7;hb=546bc1d4be8390a86e92ad15cbae63d05e48d8a5;hp=1678b2ab5b4b94491269aebb61e57fde3183d506;hpb=902f1015d874c33bd7946b17de2ad80b4f2144b6;p=fa-stable.git diff --git a/reporting/rep302.php b/reporting/rep302.php index 1678b2ab..611e214b 100644 --- a/reporting/rep302.php +++ b/reporting/rep302.php @@ -97,14 +97,14 @@ function print_inventory_planning() else include_once($path_to_root . "/reporting/includes/pdf_report.inc"); - 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');