Missing object $langs when showing extrafield of type 'price'
This commit is contained in:
parent
06398d9077
commit
d5f0eac908
@ -669,7 +669,7 @@ class ExtraFields
|
||||
*/
|
||||
function showOutputField($key,$value,$moreparam='')
|
||||
{
|
||||
global $conf;
|
||||
global $conf,$langs;
|
||||
|
||||
$label=$this->attribute_label[$key];
|
||||
$type=$this->attribute_type[$key];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user