Missing picto

This commit is contained in:
Laurent Destailleur 2018-10-04 18:01:20 +02:00
parent b52a38bcd2
commit 09fbe479d1

View File

@ -23,9 +23,9 @@
*/
/**
* \file htdocs/product/agenda.php
* \ingroup product
* \brief Page of product events
* \file htdocs/resource/agenda.php
* \ingroup resource
* \brief Page of resource events
*/
require '../main.inc.php';
@ -119,7 +119,7 @@ if ($id > 0 || $ref)
require_once DOL_DOCUMENT_ROOT.'/product/class/product.class.php';
$langs->load("companies");
$picto = 'resource';
$object = new Dolresource($db);
$result = $object->fetch($id);