Skip to content

Commit

Permalink
format the code
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudFonzam committed Oct 4, 2024
1 parent 5ae5e23 commit d5e35eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ private JButton getConfirmButton() {

private String checkParamsValues(String chargeCode, String dischargeCode, Integer supplierId, String wardCode) {
if (chargeCode == null || chargeCode.isEmpty()) {
return "angal.inventory.choosechargetypebeforevalidation.msg";
return "angal.inventory.choosechargetypebeforevalidation.msg";
}
if (dischargeCode == null || dischargeCode.isEmpty()) {
return "angal.inventory.choosedischargetypebeforevalidation.msg";
Expand Down

0 comments on commit d5e35eb

Please sign in to comment.