mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
cargando papeles y gramaje en el comparador
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Controllers;
|
||||
|
||||
use App\Services\PresupuestoService;
|
||||
use App\Models\Configuracion\PapelGenericoModel;
|
||||
|
||||
class Test extends BaseController
|
||||
{
|
||||
@ -15,8 +15,10 @@ class Test extends BaseController
|
||||
|
||||
public function index()
|
||||
{
|
||||
$text = PresupuestoService::example();
|
||||
echo $text;
|
||||
$model = new PapelGenericoModel();
|
||||
echo '<pre>';
|
||||
var_dump($model->getGramajeComparador('CARTULINA GRÁFICA ESTUCADA 1/C'));
|
||||
echo '</pre>';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user