Skip to content

Commit

Permalink
Fixed substitute append text
Browse files Browse the repository at this point in the history
  • Loading branch information
PAException committed Nov 22, 2023
1 parent 6e25888 commit eab3038
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ public void updateSubstitutes() {
for (int i = 1; i <= splitSubstitute; i++) {
substitutes.get(substitutes.size() - 1 - i).setText(appendedText);
}

splitSubstitute = 0;
} else {
var newDtos = this.createSubstituteDTOs(row, currentDate);

Expand Down

0 comments on commit eab3038

Please sign in to comment.