Missing object $langs when showing extrafield of type 'price'
This commit is contained in:
parent
16e9f6db48
commit
060060f08b
@ -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