hi there,
maybe i get something wrong, but after the update i did not see any asset- or contract management.
the asset.php shows only:
class Asset extends AssetMain {
/** ==========================================================================
* Constructor
* @param $id the id of the object in the database (null if not stored yet)
* @return void
*/
function __construct($id = NULL, $withoutDependentObjects=false) {
parent::__construct($id,$withoutDependentObjects);
}
/** ==========================================================================
* Destructor
* @return void
*/
function __destruct() {
parent::__destruct();
is this a bug?
Class is correct.
Asset extend AssetMain, which contain all the standard code.
To see Assets Management, you hve to enable to module (in habilitations > Modules)
mea culpa
i did not see it anyway. thank for your assist.
regards
Is it possible to enable the asset management module in the demo? Thanks
Is it possible to enable the asset management module in the demo? Thanks
Done !