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

Commit

Permalink
PFM-4082 echallan report (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saloni-eGov authored Jan 10, 2024
1 parent 0009d4e commit c4ddc9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public ChallanQueryBuilder(ChallanConfiguration config) {
" AND challan.createdtime >= ? AND challan.createdtime <= ?" +
" GROUP BY challan.typeofexpense,vendor.name,challan.billdate,challan.taxperiodfrom, " +
" challan.taxperiodto,challan.applicationstatus,challan.paiddate,challan.filestoreid, " +
" challan.lastmodifiedtime,challan.lastmodifiedby ORDER BY challan.createdtime DESC ";
" challan.lastmodifiedtime,challan.lastmodifiedby,challan.createdtime ORDER BY challan.createdtime DESC ";

public String getChallanSearchQuery(SearchCriteria criteria, List<Object> preparedStmtList) {

Expand Down

0 comments on commit c4ddc9d

Please sign in to comment.