arreglado los select2 para que funcionen con el select2 de alvaro

This commit is contained in:
2024-10-14 14:29:43 +02:00
parent 44fc60372b
commit 9c3a7848f3
4 changed files with 37 additions and 6 deletions

View File

@ -10,7 +10,7 @@ class DatosGenerales {
this.validatorStepper = validatorStepper;
this.formatoLibro = new ClassSelect($("#papelFormatoId"), '/papel-formato/menuitems', window.translations["formatoLibro"]);
this.cliente = new ClassSelect($("#clienteId"), '/clientes/cliente/menuitems', window.translations["selectCliente"]);
this.cliente = new ClassSelect($("#clienteId"), '/clientes/cliente/getSelect2', window.translations["selectCliente"]);
this.titulo = this.domItem.find("#titulo");