mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
arreglado el guardar tiradas alternativas en presupuesto admin
This commit is contained in:
@ -293,6 +293,8 @@ class PresupuestoAdminEdit {
|
||||
this.comparador.generateCompJSON();
|
||||
datos.comparador_json_data = $('#comparador_json_data').val();
|
||||
|
||||
datos.tirada_alternativa_json_data = this.tiradasAlternativas.generate_json_tiradas();
|
||||
|
||||
return datos;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user