X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep303.php;h=bb0fc86d6a15228ed12dc9d3b6c30f5276044cba;hb=f86c7fa58ad953e66d2126019775f90ee6c377b0;hp=801561f197ddccba89e3108ff0e8a0cdc8ba3afa;hpb=7a50c189ea995d5fe6785feb7710c00396065d2b;p=fa-stable.git diff --git a/reporting/rep303.php b/reporting/rep303.php index 801561f1..bb0fc86d 100644 --- a/reporting/rep303.php +++ b/reporting/rep303.php @@ -94,7 +94,7 @@ function getDemandAsmQty($stockid, $location) function print_stock_check() { - global $path_to_root, $pic_height, $pic_width; + global $comp_path, $path_to_root, $pic_height, $pic_width; include_once($path_to_root . "reporting/includes/pdf_report.inc"); @@ -166,7 +166,7 @@ function print_stock_check() $rep->TextCol(4, 5, number_format2($trans['QtyOnHand'] - $demandqty, $dec)); if ($pictures) { - $image = $path_to_root . "inventory/manage/image/" . $user_comp . "/" . $trans['stock_id'] . ".jpg"; + $image = $comp_path .'/'. $user_comp . '/images/' . $trans['stock_id'] . '.jpg'; if (file_exists($image)) { $rep->NewLine();