Qual: Removed bad herit
This commit is contained in:
parent
fe672e1e4b
commit
e1f57b60e3
@ -18,15 +18,15 @@
|
||||
/**
|
||||
* \file htdocs/product/canvas/product/actions_card_product.class.php
|
||||
* \ingroup produit
|
||||
* \brief Fichier de la classe des produits par defaut
|
||||
* \brief File with class of actions for canvas product
|
||||
*/
|
||||
include_once(DOL_DOCUMENT_ROOT.'/product/class/product.class.php');
|
||||
|
||||
|
||||
/**
|
||||
* \class ActionsCardProduct
|
||||
* \brief Class with controller methods for product canvas
|
||||
* Class with controller methods for product canvas
|
||||
*/
|
||||
class ActionsCardProduct extends Product
|
||||
class ActionsCardProduct
|
||||
{
|
||||
var $targetmodule;
|
||||
var $canvas;
|
||||
|
||||
@ -18,15 +18,15 @@
|
||||
/**
|
||||
* \file htdocs/product/canvas/service/actions_card_service.class.php
|
||||
* \ingroup service
|
||||
* \brief Fichier de la classe des services par defaut
|
||||
* \brief File with class of actions for canvas service
|
||||
*/
|
||||
include_once(DOL_DOCUMENT_ROOT.'/product/class/product.class.php');
|
||||
|
||||
|
||||
/**
|
||||
* \class ActionsCardService
|
||||
* \brief Class with controller methods for product canvas
|
||||
* Class with controller methods for product canvas
|
||||
*/
|
||||
class ActionsCardService extends Product
|
||||
class ActionsCardService
|
||||
{
|
||||
var $targetmodule;
|
||||
var $canvas;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user