X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=inline;f=reporting%2Frep111.php;h=273e7c421d4b0c477f653bc78f39a0b144aea029;hb=HEAD;hp=1db74b7c8869b2f9b92fdf05de06a89376284179;hpb=f31eca3e9d68d964324ebb7da93eccb38dff6484;p=fa-stable.git diff --git a/reporting/rep111.php b/reporting/rep111.php index 1db74b7c..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())