X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep303.php;h=f4c73db30d67ebe125575587b4ae42074e88f590;hb=e573cb83555185c05e28f486f105ec9a8c435190;hp=b46e1d817ed714ff1a6f1ca01b448768c26595a9;hpb=f88c242c12a03d9e9ad0872a5a969d4557db1b86;p=fa-stable.git diff --git a/reporting/rep303.php b/reporting/rep303.php index b46e1d81..f4c73db3 100644 --- a/reporting/rep303.php +++ b/reporting/rep303.php @@ -22,7 +22,7 @@ include_once($path_to_root . "/includes/session.inc"); include_once($path_to_root . "/includes/date_functions.inc"); include_once($path_to_root . "/includes/data_checks.inc"); include_once($path_to_root . "/gl/includes/gl_db.inc"); -include_once($path_to_root . "/inventory/includes/db/items_category_db.inc"); +include_once($path_to_root . "/inventory/includes/db/inventory_db.inc"); //---------------------------------------------------------------------------------------------------- @@ -200,7 +200,8 @@ function print_stock_check() } if ($pictures) { - $image = $comp_path .'/'. $user_comp . '/images/' . $trans['stock_id'] . '.jpg'; + $image = $comp_path .'/'. $user_comp . '/images/' + . item_img_name($trans['stock_id']) . '.jpg'; if (file_exists($image)) { $rep->NewLine();