Topic: Description error in inactive sales quote

Hello, I often use the long description of the sales quote on older versions and it works fine, but when using version 2.4.11 it doesn't work and doesn't display properly.

What is this error and can it be fixed or do I have to return to an older version?

Re: Description error in inactive sales quote

Try the recent FA.  There is an option in company setup ->Use long description on invoices.  Check this Check box and check quote off.

Subscription service based on FA
HRM CRM POS batch Themes

3 (edited by gj6n68 11/25/2023 04:59:56 pm)

Re: Description error in inactive sales quote

Hi,
I am trying to solve a similar description related issue in Delivery Note printing, if I understand the descritpion details is not available in rep110.

I tried using the below code lines from Quote 9 (rep109)  and Sales Invoice (rep111) templates in Delivery Note (rep110) but no real success so far, and description details not visible on printed/pdf Sales Order.

if (!empty($SysPrefs->prefs['long_description_invoice']) && !empty($myrow2['long_description']))
$rep->TextColLines(1, 2, $myrow2['long_description'], -2);

Any help would be appreciated.