Subversion Repositories SmartDukaan

Rev

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

Rev 33108 Rev 33116
Line 391... Line 391...
391
					walletSummary.getPhone(),
391
					walletSummary.getPhone(),
392
					walletSummary.getAmount(),
392
					walletSummary.getAmount(),
393
					walletSummary.getRefundableAmount(),
393
					walletSummary.getRefundableAmount(),
394
					walletSummary.getReference(),
394
					walletSummary.getReference(),
395
					walletSummary.getReferenceType(),
395
					walletSummary.getReferenceType(),
396
					FormattingUtils.format(walletSummary.getBusinessTimestamp())));
396
					FormattingUtils.format(walletSummary.getBusinessTimestamp()),
-
 
397
					walletSummary.getDescription()
-
 
398
			));
397
 
399
 
398
		}
400
		}
399
 
401
 
400
		org.apache.commons.io.output.ByteArrayOutputStream baos = FileUtil
402
		org.apache.commons.io.output.ByteArrayOutputStream baos = FileUtil
401
				.getCSVByteStream(Arrays.asList("Id", "Code", "Name", "Email", "Phone", "Amount", "Refundable_amount",
403
				.getCSVByteStream(Arrays.asList("Id", "Code", "Name", "Email", "Phone", "Amount", "Refundable_amount",