FournisseurCommandDispatch extends CommonObjectLine instead of CommonObject

This commit is contained in:
Vincent Dieltiens 2021-08-31 09:26:00 +02:00
parent 6c71c6f5e5
commit cd47bede37

View File

@ -31,7 +31,7 @@ require_once DOL_DOCUMENT_ROOT."/reception/class/reception.class.php";
/**
* Class to manage table commandefournisseurdispatch
*/
class CommandeFournisseurDispatch extends CommonObject
class CommandeFournisseurDispatch extends CommonObjectLine
{
/**
* @var DoliDB Database handler.