Skip to content

Commit

Permalink
FIX Creazione fattura attiva da servizio REST
Browse files Browse the repository at this point in the history
  • Loading branch information
mspasiano committed Jan 3, 2024
1 parent cdb3250 commit 3a4f75a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ public Response inserisciFatture(@Context HttpServletRequest request, List<Fattu
testata = new Fattura_attiva_IBulk();
}
testata.setToBeCreated();
testata.setUser(userContext.getUser());
testata.setUtcr(userContext.getUser());
testata.setEsercizio(fattura.getEsercizio());
testata.setTi_fattura(fattura.getTi_fattura());
testata.setCd_cds_origine(fattura.getCd_cds_origine());
Expand Down

0 comments on commit 3a4f75a

Please sign in to comment.