mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
papel generico terminado. papel impresion a falta de maquinas y tipologias
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Controllers;
|
||||
|
||||
use App\Controllers\Configuracion\PapelGenerico;
|
||||
use App\Controllers\Configuracion\Papelesimpresion;
|
||||
|
||||
class Test extends BaseController
|
||||
{
|
||||
@ -15,8 +15,8 @@ class Test extends BaseController
|
||||
|
||||
public function index()
|
||||
{
|
||||
$papel = new PapelGenerico();
|
||||
var_dump($papel->datatable());
|
||||
$papel = new Papelesimpresion();
|
||||
var_dump($papel->datatablePG());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user