X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep303.php;h=2ac79f8d739f2e2e0c012fab2f95edfe1e608368;hb=2b2cbcfe6a448536113966cbb11b79eda73db5ab;hp=85bb02d8cec888c0d516017ad55ee994dc617701;hpb=902f1015d874c33bd7946b17de2ad80b4f2144b6;p=fa-stable.git diff --git a/reporting/rep303.php b/reporting/rep303.php index 85bb02d8..2ac79f8d 100644 --- a/reporting/rep303.php +++ b/reporting/rep303.php @@ -75,14 +75,14 @@ function print_stock_check() 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');