mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
modificado un error que habia
This commit is contained in:
@ -10,7 +10,6 @@ class PrintPresupuestos extends BaseController
|
||||
|
||||
public function index($id_presupuesto)
|
||||
{
|
||||
setlocale(LC_NUMERIC, 'es_ES');
|
||||
|
||||
$presupuestoModel = model('App\Models\Presupuestos\PresupuestoModel');
|
||||
$lineasPresupuestoModel = model('App\Models\Presupuestos\PresupuestoLineaModel');
|
||||
|
||||
Reference in New Issue
Block a user