X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep111.php;h=273e7c421d4b0c477f653bc78f39a0b144aea029;hb=48589f9ce6c51bb25e2fa8ed83c57d9dfa485e44;hp=cf3e8d20253bad2c05cb000450dda35f3e45df64;hpb=ec58402529d7c61843274582de9174cbb2e56679;p=fa-stable.git diff --git a/reporting/rep111.php b/reporting/rep111.php index cf3e8d20..273e7c42 100644 --- a/reporting/rep111.php +++ b/reporting/rep111.php @@ -111,6 +111,8 @@ function print_sales_quotations() $rep->TextCol(0, 1, $myrow2['stk_code'], -2); $oldrow = $rep->row; $rep->TextColLines(1, 2, $myrow2['description'], -2); + if (!empty($SysPrefs->prefs['long_description_invoice']) && !empty($myrow2['long_description'])) + $rep->TextColLines(1, 2, $myrow2['long_description'], -2); $newrow = $rep->row; $rep->row = $oldrow; if ($Net != 0.0 || !is_service($myrow2['mb_flag']) || !$SysPrefs->no_zero_lines_amount()) @@ -183,7 +185,7 @@ function print_sales_quotations() if ($first) { $rep->TextCol(3, 6, _("Total Tax Excluded"), -2); - $rep->TextCol(6, 7, number_format2($sign*$tax_item['net_amount'], $dec), -2); + $rep->TextCol(6, 7, number_format2($tax_item['net_amount'], $dec), -2); $rep->NewLine(); } $rep->TextCol(3, 6, $tax_type_name, -2);