Rev 36927 |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 36928 2026-06-25 14:22:03
- Author: amit
- Log message:
- Fix wallet-edit transaction search showing raw Velocity vars for credit summary
getWalletHistory (/getWalletHistory, the Search-by-transaction-id flow) rendered
wallet-history.vm without populating totalDue/creditlimit/availableLimit, so the
template printed the references literally. Populate them from
sdCreditService.getCreditSummary (same helper the dashboard uses).