Public note not copied from Prop to Invoice


DOLIBARR ENVIRONMENT
- Version: 9.0.3
- Operating System: Centos 6 / Windows 7
- Web Server: Apache
- PHP: 5.6
- Database: MySQL 5.7
- URL(s): compta/facture/card.php?action=create&origin=propal


Hi.

We migrated from 7.0.1 to 9.0.3. We observed the following regression : the “public note” attached to a commercial proposition is not copied to the “public note” attribute of an invoice created from that proposition.

Step to reproduce:
- create a commercial proposition
- add a “Public note” text to that proposition
- create an invoice from that proposition
=> in the edition of the invoice draft, the field “Public note” is not provisioned by the “Public note” of the proposition as it was before (as in 7.0.1). Instead, it’s blank.

Has this regression been corrected in next version of the product ?

Thanks.

Best regards.

ksar provided the solution:

This has become an option (https://wiki.dolibarr.org/index.php/Setup_Other)

In Home ► Setup ► Other, add following field FACTURE_REUSE_NOTES_ON_CREATE_FROM with value 1.

Thanks, ksar !

1 Like