Skip to content
Snippets Groups Projects
Commit 1541be87 authored by Regis Houssin's avatar Regis Houssin
Browse files

FIXME $key is not defined (strict mode)

parent f0551fe6
No related branches found
No related tags found
No related merge requests found
......@@ -210,7 +210,8 @@ class modProduct extends DolibarrModules
{
// Exports product multiprice
$r++;
$this->export_code[$r]=$this->rights_class.'_'.$key;
//$this->export_code[$r]=$this->rights_class.'_'.$key; // FIXME $key is not defined
$this->export_code[$r]=$this->rights_class;
$this->export_label[$r]="ProductsMultiPrice"; // Translation key (used only if key ExportDataset_xxx_z not found)
$this->export_permission[$r]=array(array("produit","export"));
$this->export_fields_array[$r]=array('p.rowid'=>"Id",'p.ref'=>"Ref",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment