FIX Bad var for substitution of free text
This commit is contained in:
parent
38d1fc27e0
commit
e2e0f23d29
@ -317,7 +317,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,$tmparray);
|
$newfreetext=make_substitutions($conf->global->$paramfreetext,$tmparray);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user