X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep104.php;h=42eed72221a47de131e3e05ce6171b0fd705220d;hb=ce937cf5d1c30aea446c8b5e530ace8e1bd7457c;hp=ac9a5f8fa3097d6ff19c2d13e3bbe5571d4fcd7f;hpb=e573cb83555185c05e28f486f105ec9a8c435190;p=fa-stable.git diff --git a/reporting/rep104.php b/reporting/rep104.php index ac9a5f8f..42eed722 100644 --- a/reporting/rep104.php +++ b/reporting/rep104.php @@ -24,7 +24,7 @@ include_once($path_to_root . "/includes/ui/ui_input.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 . "/sales/includes/db/sales_types_db.inc"); -include_once($path_to_root . "/inventory/includes/db/inventory_db.inc"); +include_once($path_to_root . "/inventory/includes/inventory_db.inc"); //---------------------------------------------------------------------------------------------------- @@ -166,7 +166,7 @@ function print_price_listing() $rep->NewLine(); if ($rep->row - $pic_height < $rep->bottomMargin) $rep->Header(); - $rep->AddImage($image, $rep->cols[1], $rep->row - $pic_height, $pic_width, $pic_height); + $rep->AddImage($image, $rep->cols[1], $rep->row - $pic_height, 0, $pic_height); $rep->row -= $pic_height; $rep->NewLine(); }