Merge pull request #18560 from vincentjdc/supplier-order-dispatch-common-object-line
FournisseurCommandDispatch extends CommonObjectLine instead of CommonObject
This commit is contained in:
commit
4ba189fffb
@ -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.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user