mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
hecha la modificacione
This commit is contained in:
@ -554,7 +554,7 @@ class DatosLibro {
|
|||||||
if (url_parts2[url_parts2.length - 2] == 'edit') {
|
if (url_parts2[url_parts2.length - 2] == 'edit') {
|
||||||
$(document).trigger('update-presupuesto', {
|
$(document).trigger('update-presupuesto', {
|
||||||
update_lineas: true,
|
update_lineas: true,
|
||||||
update_servicios: false,
|
update_servicios: true,
|
||||||
update_envios: false,
|
update_envios: false,
|
||||||
update_resumen: false,
|
update_resumen: false,
|
||||||
update_tiradas_alternativas: false
|
update_tiradas_alternativas: false
|
||||||
|
|||||||
@ -1152,7 +1152,7 @@ class ServiciosEncuadernacion {
|
|||||||
|
|
||||||
let tarifa_data = [];
|
let tarifa_data = [];
|
||||||
for (let i = 0; i < tarifa_ids.length; i++) {
|
for (let i = 0; i < tarifa_ids.length; i++) {
|
||||||
tarifa_data.push({ tarifa_id: tarifa_ids[i], proveedor_id: proveedor_ids[i], paginas_por_cuadernillo: cuadernillos[i] });
|
tarifa_data.push({ tarifa_id: tarifa_ids[i], proveedor_id: null, paginas_por_cuadernillo: cuadernillos[i] });
|
||||||
}
|
}
|
||||||
|
|
||||||
let tirada = 0;
|
let tirada = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user