mirror of
https://git.imnavajas.es/jjimenez/erp-imprimelibros.git
synced 2026-01-13 08:58:48 +00:00
se guardan los presupuestos publicos
This commit is contained in:
@ -81,3 +81,9 @@ server.servlet.session.persistent=false
|
||||
geoip.enabled=true
|
||||
geoip.maxmind.enabled=true
|
||||
geoip.http.enabled=true
|
||||
|
||||
|
||||
#
|
||||
# Hibernate Timezone
|
||||
#
|
||||
spring.jpa.properties.hibernate.jdbc.time_zone=UTC
|
||||
|
||||
@ -1418,8 +1418,8 @@ class PresupuestoCliente {
|
||||
data: JSON.stringify(body)
|
||||
}).then((data) => {
|
||||
$('#resumen-titulo').text(data.titulo);
|
||||
if (resumen.presupuesto_id) {
|
||||
window.PRESUPUESTO_ID = resumen.presupuesto_id;
|
||||
if (data.presupuesto_id) {
|
||||
window.PRESUPUESTO_ID = data.presupuesto_id;
|
||||
}
|
||||
body.presupuesto.id = window.PRESUPUESTO_ID || body.presupuesto.id || null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user