FournisseurCommandDispatch extends CommonObjectLine instead of CommonObject

This commit is contained in:
Vincent Dieltiens 2021-08-31 09:26:00 +02:00 committed by Laurent Destailleur
parent 1027f1059e
commit 2bad48bdcc

View File

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