Subversion Repositories SmartDukaan

Rev

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

Rev 13734 Rev 13983
Line 178... Line 178...
178
				continue;
178
				continue;
179
 
179
 
180
			row.getCell(SUB_ORDER_STATUS_INDEX).setCellType(Cell.CELL_TYPE_STRING);
180
			row.getCell(SUB_ORDER_STATUS_INDEX).setCellType(Cell.CELL_TYPE_STRING);
181
			String subOrderStatus = row.getCell(SUB_ORDER_STATUS_INDEX).getStringCellValue();
181
			String subOrderStatus = row.getCell(SUB_ORDER_STATUS_INDEX).getStringCellValue();
182
 
182
 
183
			if("VERIFIED".equalsIgnoreCase(subOrderStatus) || "ORDER_FORM".equalsIgnoreCase(subOrderStatus)){
183
			if("VERIFIED".equalsIgnoreCase(subOrderStatus) || "ORDER_FORM".equalsIgnoreCase(subOrderStatus) || "PICKED".equalsIgnoreCase(subOrderStatus)){
184
				try {
184
				try {
185
					Transaction txn = new Transaction();
185
					Transaction txn = new Transaction();
186
					txn.setShoppingCartid(user.getActiveCartId());
186
					txn.setShoppingCartid(user.getActiveCartId());
187
					txn.setCustomer_id(user.getUserId());
187
					txn.setCustomer_id(user.getUserId());
188
					txn.setCreatedOn(new Date().getTime());
188
					txn.setCreatedOn(new Date().getTime());