Commit 9ff2ce240cc53659abb9c373b45d23116a7ae271

Authored by Adhidarma Hadiwinoto
1 parent 6a32cda781
Exists in master

prevbalance from webreport

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -278,7 +278,7 @@ function callbackFromWebReport(status) {
278 278 try {
279 279 responseMessage =
280 280 responseMessage
281   - + ' | PrevBalance: ' + status.response.PrevBalance[0];
  281 + + ' | PrevBalance: ' + status.response.prevbalance[0];
282 282 }
283 283 catch(err) {
284 284 logger.warn('Error parsing PrevBalance from webreport advice.', {err: err});