diff --git a/ci4/app/Controllers/Pdf/PrintPresupuestos.php b/ci4/app/Controllers/Pdf/PrintPresupuestos.php index d6c5a8c4..03b372ee 100755 --- a/ci4/app/Controllers/Pdf/PrintPresupuestos.php +++ b/ci4/app/Controllers/Pdf/PrintPresupuestos.php @@ -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');