mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
cargar recoger en taller arreglado
This commit is contained in:
@ -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;
|
||||
|
||||
@ -88,6 +88,7 @@ class Direcciones {
|
||||
|
||||
if (datos.entrega_taller == 1) {
|
||||
this.recogidaTaller.prop('checked', true);
|
||||
this.recogidaTaller.trigger('change');
|
||||
}
|
||||
else {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user