Skip to content
Snippets Groups Projects
Commit 060060f0 authored by Jean-François Ferry's avatar Jean-François Ferry
Browse files

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

parent 16e9f6db
No related branches found
No related tags found
No related merge requests found
......@@ -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];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment