Skip to content

Commit

Permalink
fix: update holding in the database
Browse files Browse the repository at this point in the history
  • Loading branch information
cleydyr committed May 13, 2024
1 parent 281d21d commit f5bbf1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/biblivre/cataloging/holding/HoldingDAOImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@ public boolean update(RecordDTO dto) {
holding.getModifiedBy(),
holding.getId());

pst.executeUpdate();

RecordDataJDBCDAO.updateRecordData(connection, holding);
});

Expand Down

0 comments on commit f5bbf1d

Please sign in to comment.