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

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldevgarg committed Jan 10, 2024
2 parents aead5ad + c4ddc9d commit 29a7142
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 29a7142

Please sign in to comment.