Missing object $langs when showing extrafield of type 'price'

This commit is contained in:
jfefe 2013-02-17 20:14:18 +01:00
parent 06398d9077
commit d5f0eac908

View File

@ -669,7 +669,7 @@ class ExtraFields
*/ */
function showOutputField($key,$value,$moreparam='') function showOutputField($key,$value,$moreparam='')
{ {
global $conf; global $conf,$langs;
$label=$this->attribute_label[$key]; $label=$this->attribute_label[$key];
$type=$this->attribute_type[$key]; $type=$this->attribute_type[$key];