Missing picto
This commit is contained in:
parent
b52a38bcd2
commit
09fbe479d1
@ -23,9 +23,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/product/agenda.php
|
* \file htdocs/resource/agenda.php
|
||||||
* \ingroup product
|
* \ingroup resource
|
||||||
* \brief Page of product events
|
* \brief Page of resource events
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require '../main.inc.php';
|
require '../main.inc.php';
|
||||||
@ -119,7 +119,7 @@ if ($id > 0 || $ref)
|
|||||||
require_once DOL_DOCUMENT_ROOT.'/product/class/product.class.php';
|
require_once DOL_DOCUMENT_ROOT.'/product/class/product.class.php';
|
||||||
|
|
||||||
$langs->load("companies");
|
$langs->load("companies");
|
||||||
|
$picto = 'resource';
|
||||||
|
|
||||||
$object = new Dolresource($db);
|
$object = new Dolresource($db);
|
||||||
$result = $object->fetch($id);
|
$result = $object->fetch($id);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user