Re: use same templates after doblibarr update 7 Months, 2 Weeks ago
Karma: 140
Directory has moved. Templates must be into core/modules/facture/doc
You can use your personnalised template, but you must also edit it to reflect path change.
Dolibarr grade: Yoda.
Thanks to help the project by making a Paypal donation (credit card allowed) using the link "Make a donation" available on right area of Home page: www.dolibarr.org
The administrator has disabled public write access.
Re: use same templates after doblibarr update 7 Months, 2 Weeks ago
Karma: 6
There are a few things that changed between Dolibarr 3.1 and 3.2 about the management of templates, so you should compare a standard template from D31 with the same template in D32 to see the changes.
More specifically for propales, you should replace all
propale->
into
propal->
because the object changed. Also the mkdir function was changed into something like dol_exdir or something akin.