up
This commit is contained in:
@@ -0,0 +1 @@
|
||||
<?php return ['slug'=>'lab_dashboard','name'=>'Dashboard Lab','icon'=>'fas fa-tachometer-alt','category'=>'lab','route'=>'/lab_dashboard.php','is_active'=>true,'sort_order'=>10,'oleada'=>0,'description'=>'Panel principal del módulo de laboratorio','links'=>[['name'=>'Dashboard','icon'=>'fas fa-tachometer-alt','route'=>'/lab_dashboard.php']]];
|
||||
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* modules/lab_dashboard/views/index.php
|
||||
* Bridge al archivo legacy mientras se migra al nuevo sistema ERP.
|
||||
* Acceso via: /erp.php?m=lab_dashboard&v=index o /lab_dashboard/index
|
||||
*/
|
||||
if (!defined('APP_ROOT')) {
|
||||
define('APP_ROOT', dirname(__DIR__, 3));
|
||||
}
|
||||
require_once APP_ROOT . '/lab_dashboard.php';
|
||||
Reference in New Issue
Block a user