mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
corregido typo en papelInteriorDiferente
This commit is contained in:
@ -547,7 +547,7 @@ class Importadorpresupuestos extends \App\Controllers\BaseResourceController
|
||||
"clienteId" => intval($this->request->getPost('cliente_id') ?? 0),
|
||||
"isColor" => $isColor,
|
||||
"isHq" => $isHq,
|
||||
"papelDiferente" => $papel_interior_diferente,
|
||||
"papelInteriorDiferente" => $papel_interior_diferente,
|
||||
"paginasColor" => $paginas_color,
|
||||
"paginasCuadernillo" => 32,
|
||||
|
||||
|
||||
@ -428,7 +428,7 @@ class DatosLibro {
|
||||
|
||||
|
||||
// para que se actualice el comparador
|
||||
if ($('#compGramajeSobrecubierta').select2('data').length > 0)
|
||||
if ($('#compGramajeSobrecubierta').select2('data') && $('#compGramajeSobrecubierta').select2('data').length > 0)
|
||||
$('#compGramajeSobrecubierta').trigger('change');
|
||||
|
||||
if (this.cargando)
|
||||
@ -446,7 +446,7 @@ class DatosLibro {
|
||||
changeAnchoSolapasFaja() {
|
||||
|
||||
// para que se actualice el comparador
|
||||
if ($('#compGramajeFaja').select2('data').length > 0) {
|
||||
if ($('#compGramajeFaja').select2('data') && $('#compGramajeFaja').select2('data').length > 0) {
|
||||
$('#compGramajeFaja').trigger('change');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user