mirror of
https://git.imnavajas.es/jjimenez/erp-imprimelibros.git
synced 2026-01-13 00:48:49 +00:00
falta el selector de acabados
This commit is contained in:
@ -108,7 +108,7 @@ $(document).on("submit", "#maquetacionForm", function (e) {
|
||||
});
|
||||
});
|
||||
|
||||
$document).on('change', '#caras-impresion', function (e) {
|
||||
$(document).on('change', '#caras-impresion', function (e) {
|
||||
e.preventDefault();
|
||||
if($('#caras-impresion').val() === 'una_cara') {
|
||||
$("#acabado-marcapaginas").html($(valoresAcabados).filter('.marcapaginas-1cara'));
|
||||
|
||||
Reference in New Issue
Block a user