FIX Bad var for substitution of free text
This commit is contained in:
parent
03d9bf1376
commit
619e0d3792
@ -324,7 +324,7 @@ class doc_generic_contract_odt extends ModelePDFContract
|
|||||||
|
|
||||||
// Line of free text
|
// Line of free text
|
||||||
$newfreetext='';
|
$newfreetext='';
|
||||||
$paramfreetext='contract_FREE_TEXT';
|
$paramfreetext='CONTRACT_FREE_TEXT';
|
||||||
if (! empty($conf->global->$paramfreetext))
|
if (! empty($conf->global->$paramfreetext))
|
||||||
{
|
{
|
||||||
$newfreetext=make_substitutions($conf->global->$paramfreetext,$substitutionarray);
|
$newfreetext=make_substitutions($conf->global->$paramfreetext,$substitutionarray);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user