mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
arreglado el calculo del coste del envio para cuando hay más tiradas
This commit is contained in:
@ -104,6 +104,8 @@ class DatosGenerales {
|
||||
this.papelDiferente.on('change', this.#handlePapelDiferente.bind(this));
|
||||
|
||||
$('.tirada-presupuesto').on('change', () => {
|
||||
|
||||
self.validate(false);
|
||||
let tiradas = self.getTiradas();
|
||||
if (!Array.isArray(tiradas)) {
|
||||
tiradas = [tiradas];
|
||||
|
||||
Reference in New Issue
Block a user