mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Arreglado bug del lomo cubierta
This commit is contained in:
@ -745,7 +745,7 @@ async function calcularPresupuesto() {
|
||||
|
||||
if(!error){
|
||||
|
||||
$('#lomo_cubierta').val(response.lomo_cubierta);
|
||||
$('#lomo_cubierta').val(response.info.lomo_cubierta);
|
||||
|
||||
$('#precios').show();
|
||||
|
||||
|
||||
@ -811,7 +811,5 @@ function getObjetoToPreview() {
|
||||
anchoLibro: parseInt(tamanio[0])
|
||||
};
|
||||
}
|
||||
console.log($('#lomo_cubierta').val());
|
||||
|
||||
|
||||
//console.log($('#lomo_cubierta').val());
|
||||
}
|
||||
|
||||
@ -285,9 +285,6 @@ window.token_ajax= {<?= csrf_token() ?? "token" ?>: <?= csrf_token() ?>v};
|
||||
<?= $this->endSection() ?>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<?= $this->section('css') ?>
|
||||
|
||||
<link rel="stylesheet" href="<?= site_url('themes/vuexy/vendor/libs/bs-stepper/bs-stepper.css') ?>" />
|
||||
|
||||
Reference in New Issue
Block a user