Subversion Repositories SmartDukaan

Rev

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

Rev 25957 Rev 26411
Line 284... Line 284...
284
				row.createCell(i++).setCellValue("COD");
284
				row.createCell(i++).setCellValue("COD");
285
			} else {
285
			} else {
286
				row.createCell(i++).setCellValue("PREPAID");
286
				row.createCell(i++).setCellValue("PREPAID");
287
			}
287
			}
288
			row.createCell(i++).setCellValue(o.getStatus().getDescription());
288
			row.createCell(i++).setCellValue(o.getStatus().getDescription());
-
 
289
			row.createCell(i++).setCellValue(o.getRefundReason());
289
			row.createCell(i++).setCellValue(o.getCustomer_id());
290
			row.createCell(i++).setCellValue(o.getCustomer_id());
290
			row.createCell(i++).setCellValue(o.getCustomer_name());
291
			row.createCell(i++).setCellValue(o.getCustomer_name());
291
			row.createCell(i++).setCellValue(o.getCustomer_city());
292
			row.createCell(i++).setCellValue(o.getCustomer_city());
292
			row.createCell(i++).setCellValue(o.getCustomer_pincode());
293
			row.createCell(i++).setCellValue(o.getCustomer_pincode());
293
			row.createCell(i++).setCellValue(o.getCustomer_state());
294
			row.createCell(i++).setCellValue(o.getCustomer_state());