Arreglado bug del lomo cubierta

This commit is contained in:
imnavajas
2024-06-07 13:10:32 +02:00
parent 120e46f994
commit 94cf67a47f
3 changed files with 2 additions and 7 deletions

View File

@ -745,7 +745,7 @@ async function calcularPresupuesto() {
if(!error){ if(!error){
$('#lomo_cubierta').val(response.lomo_cubierta); $('#lomo_cubierta').val(response.info.lomo_cubierta);
$('#precios').show(); $('#precios').show();

View File

@ -811,7 +811,5 @@ function getObjetoToPreview() {
anchoLibro: parseInt(tamanio[0]) anchoLibro: parseInt(tamanio[0])
}; };
} }
console.log($('#lomo_cubierta').val()); //console.log($('#lomo_cubierta').val());
} }

View File

@ -285,9 +285,6 @@ window.token_ajax= {<?= csrf_token() ?? "token" ?>: <?= csrf_token() ?>v};
<?= $this->endSection() ?> <?= $this->endSection() ?>
<?= $this->section('css') ?> <?= $this->section('css') ?>
<link rel="stylesheet" href="<?= site_url('themes/vuexy/vendor/libs/bs-stepper/bs-stepper.css') ?>" /> <link rel="stylesheet" href="<?= site_url('themes/vuexy/vendor/libs/bs-stepper/bs-stepper.css') ?>" />