Skip to content

Commit

Permalink
Excel gen issue of bank account (#1011)
Browse files Browse the repository at this point in the history
* Changed field if you update attendance

* Resolve issue of decimal amount in for generate excel

* Log for request

* Fixed bankaccount fetch issue
  • Loading branch information
shailesh-egov authored May 17, 2023
1 parent f351040 commit 4d79bcd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion utilities/works-pdf/src/processGroupBills.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ const getBankAccountDetails = async (requestData, beneficiaryIds) => {
limit: limit,
offSet: idx * limit,
sortBy: "createdTime",
order: {}
order: "DESC"
}
nRequest['RequestInfo'] = defaultRequest["RequestInfo"]
requests.push(nRequest);
Expand Down

0 comments on commit 4d79bcd

Please sign in to comment.