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:
@ -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