Skip to content

Commit

Permalink
update invoice total when removing the position
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Oct 22, 2023
1 parent 18dd543 commit 71bd1d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -948,6 +948,7 @@ private void cmdRemovePositionActionPerformed(java.awt.event.ActionEvent evt) {/
log.warn("unable to layout invoice dialog", ex);
}
this.parent.bumpSplitPane();
this.updateParentTotal();
} catch (Exception ex) {
log.error("Error updating invoice position", ex);
JOptionPane.showMessageDialog(this, "Fehler beim Speichern der Rechnungsposition: " + ex.getMessage(), com.jdimension.jlawyer.client.utils.DesktopUtils.POPUP_TITLE_ERROR, JOptionPane.ERROR_MESSAGE);
Expand Down

0 comments on commit 71bd1d8

Please sign in to comment.