forked from Wavyzz/dolibarr
Update myobject_list.php
This commit is contained in:
@@ -59,7 +59,12 @@ if (! $res) die("Include of main fails");
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/class/html.formcompany.class.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/lib/date.lib.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php';
|
||||
dol_include_once('/mymodule/class/myobject.class.php');
|
||||
|
||||
// load mymodule libraries
|
||||
require_once 'class/myobject.class.php';
|
||||
|
||||
// for other modules
|
||||
//dol_include_once('/othermodule/class/otherobject.class.php');
|
||||
|
||||
// Load translation files required by the page
|
||||
$langs->loadLangs(array("mymodule@mymodule","other"));
|
||||
|
||||
Reference in New Issue
Block a user