Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
PFM-5564
Browse files Browse the repository at this point in the history
  • Loading branch information
Saloni-eGov committed Feb 14, 2024
1 parent 61f18a4 commit 5cd2bf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ private void sendDownloadBillSMSNotification(RequestInfo requestInfo, String ten
log.info("Demand Object get bill" + demands.toString());
log.info("requestInfo get Bill" + requestInfo);
log.info("bill number get bill size :" + billNumbers.size());
if (billNumbers.size() > 0 && totalamount.signum()>0) {
if (billNumbers.size() > 0 && totalamount.signum()>0 && totalamount!=null) {
actionLink = actionLink.replace("$billNumber", billNumbers.get(0));
messageString = messageString.replace("{ownername}", owner.getName());
messageString = messageString.replace("{Period}", billCycle);
Expand Down

0 comments on commit 5cd2bf7

Please sign in to comment.