Primer commit del sistema avantika sin cambios
This commit is contained in:
11
modules/motivos.php
Executable file
11
modules/motivos.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
$empresa->AuthUser();
|
||||
|
||||
$motivo->SetPage($_GET["p"]);
|
||||
$motivos = $motivo->Enumerate();
|
||||
|
||||
$smarty->assign('motivos', $motivos);
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user