Skip to content

Commit

Permalink
FIX missing $ismultientitymanaged for previous/next ref
Browse files Browse the repository at this point in the history
  • Loading branch information
hregis committed Feb 14, 2019
1 parent c8b4265 commit 45d05da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion htdocs/product/stock/class/entrepot.class.php
Expand Up @@ -36,6 +36,7 @@ class Entrepot extends CommonObject
public $element='stock';
public $table_element='entrepot';
public $picto='stock';
public $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe

/**
* Warehouse closed, inactive
Expand Down Expand Up @@ -716,7 +717,7 @@ function get_children_warehouses($id, &$TChildWarehouses) {
return $TChildWarehouses;

}

/**
* Create object on disk
*
Expand Down

0 comments on commit 45d05da

Please sign in to comment.