Skip to content

Commit

Permalink
Fixed issues date sw-bill.json
Browse files Browse the repository at this point in the history
  • Loading branch information
erramesh000 authored Jun 5, 2024
1 parent 6b61e5b commit 8ca0317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/pdf-service/data-config/sw-bill.json
Original file line number Diff line number Diff line change
Expand Up @@ -500,14 +500,14 @@
{
"variable": "fromPeriod",
"value": {
"path": "$.billDetails[$.billDetails.length -1].fromPeriod"
"path": "$.billDetails[?(@.amount > 0)].fromPeriod"
},
"type": "date"
},
{
"variable": "toPeriod",
"value": {
"path": "$.billDetails[$.billDetails.length -1].toPeriod"
"path": "$.billDetails[?(@.amount > 0)].toPeriod"
},
"type": "date"
},
Expand Down

0 comments on commit 8ca0317

Please sign in to comment.