mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
arreglado problema con servicios por defecto
This commit is contained in:
@ -877,8 +877,10 @@
|
||||
<?= csrf_token() ?? "token" ?> : <?= csrf_token() ?>v
|
||||
};
|
||||
|
||||
if(tipo != null)
|
||||
if(tipo != null){
|
||||
datos['tipo'] = tipo;
|
||||
datos['tipo_impresion_id'] = <?php echo $tipo_impresion_id; ?>;
|
||||
}
|
||||
|
||||
$.ajax({
|
||||
type: "POST",
|
||||
@ -1095,6 +1097,7 @@
|
||||
if(tipo != null){
|
||||
datos['tipo'] = tipo;
|
||||
datos['solapas'] = $('#solapas').is(':checked')?1:0;
|
||||
datos['tipo_impresion_id'] = <?php echo $tipo_impresion_id; ?>;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user