Merge pull request #18560 from vincentjdc/supplier-order-dispatch-common-object-line

FournisseurCommandDispatch extends CommonObjectLine instead of CommonObject
This commit is contained in:
Laurent Destailleur 2021-09-01 16:23:28 +02:00 committed by GitHub
commit 4ba189fffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.