Subversion Repositories SmartDukaan

Rev

Rev 24780 | Rev 24782 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24780 Rev 24781
Line 345... Line 345...
345
						cancelledAmount += o.getWalletAmount();
345
						cancelledAmount += o.getWalletAmount();
346
					} else {
346
					} else {
347
						returnedAmount += returnedOrder.getTotalPrice();
347
						returnedAmount += returnedOrder.getTotalPrice();
348
					}
348
					}
349
				}
349
				}
350
				totalWalletConsumed -= transactionsOnThatDate.get(transactionId);
-
 
351
			}
350
			}
-
 
351
			totalWalletConsumed -= transactionsOnThatDate.get(transactionId);
352
 
352
 
353
		}
353
		}
354
 
354
 
355
		return Arrays.asList(localDate, totalWalletConsumed, totalDeductedAmount, cancelledAmount, returnedAmount);
355
		return Arrays.asList(localDate, totalWalletConsumed, totalDeductedAmount, cancelledAmount, returnedAmount);
356
 
356