cargar recoger en taller arreglado

This commit is contained in:
2024-12-26 10:09:39 +01:00
parent f0dcdc55d9
commit 54579b36bf
2 changed files with 2 additions and 1 deletions

View File

@ -1127,7 +1127,7 @@ class Presupuestocliente extends \App\Controllers\BaseResourceController
[$data['datosGenerales']['paginasNegro'], $data['datosGenerales']['paginasColor']] =
$this->getPaginas($lineas);
if (intval($presupuesto->envios_recoge_cliente) == 1) {
if (intval($presupuesto->recoger_en_taller) == 1) {
$data['direcciones']['entrega_taller'] = 1;
} else {
$data['direcciones']['entrega_taller'] = 0;