Bug fix - long to int cast problem
authorHarishankar <v.harishankar@gmail.com>
Mon, 4 Apr 2022 15:48:28 +0000 (21:18 +0530)
committerHarishankar <v.harishankar@gmail.com>
Mon, 4 Apr 2022 15:56:14 +0000 (21:26 +0530)
commit8dd28736d2857da53d97c573699994829fe90058
tree13134b438a1bd70b8e56448e02a18550b50c0228
parent1e2e20a0dbc54a7395acba80a96bf5b41105af8e
Bug fix - long to int cast problem
Fixed a bug in the BillDetailsDialog where the fee
was cast wrong.
nbproject/build-impl.xml [new file with mode: 0644]
src/habeas/BillDetailsDialog.java
src/habeas/Utility.java