Update entrepot.class.php

This commit is contained in:
BENKE Charles 2014-06-21 11:39:21 +02:00
parent 51a2c2f5cb
commit 7d76458488

View File

@ -32,7 +32,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/commonobject.class.php';
*/ */
class Entrepot extends CommonObject class Entrepot extends CommonObject
{ {
public $element='entrepot'; public $element='stock';
public $table_element='entrepot'; public $table_element='entrepot';
var $id; var $id;