Skip to content

Commit

Permalink
fixed bug issue #93
Browse files Browse the repository at this point in the history
  • Loading branch information
SunnyNanduri committed Feb 21, 2019
1 parent f2545a4 commit 744abbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ase/cw/model/Bill.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ else if (temp.getItem().getCategory() == categoryBeverage) {
discount += (ot.getItem().getPrice());
break;
}
break;
}
break;
}
Expand Down

0 comments on commit 744abbc

Please sign in to comment.