Corrected call to non-existing function
This commit is contained in:
parent
fa098adc78
commit
ca0eb7919e
@ -133,7 +133,7 @@ abstract class CommonDocGenerator
|
|||||||
function get_substitutionarray_thirdparty($object,$outputlangs)
|
function get_substitutionarray_thirdparty($object,$outputlangs)
|
||||||
{
|
{
|
||||||
global $conf;
|
global $conf;
|
||||||
|
|
||||||
if (empty($object->country) && ! empty($object->country_code))
|
if (empty($object->country) && ! empty($object->country_code))
|
||||||
{
|
{
|
||||||
$object->country=$outputlangs->transnoentitiesnoconv("Country".$object->country_code);
|
$object->country=$outputlangs->transnoentitiesnoconv("Country".$object->country_code);
|
||||||
@ -143,8 +143,6 @@ abstract class CommonDocGenerator
|
|||||||
$object->state=getState($object->state_code,0);
|
$object->state=getState($object->state_code,0);
|
||||||
}
|
}
|
||||||
|
|
||||||
$object->load_ban();
|
|
||||||
|
|
||||||
$array_thirdparty = array(
|
$array_thirdparty = array(
|
||||||
'company_name'=>$object->name,
|
'company_name'=>$object->name,
|
||||||
'company_email'=>$object->email,
|
'company_email'=>$object->email,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user