Subversion Repositories SmartDukaan

Rev

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

Rev 14655 Rev 14657
Line 219... Line 219...
219
							if(oosStatus.isIs_oos()== false) {
219
							if(oosStatus.isIs_oos()== false) {
220
								homeshopInStockDays++;
220
								homeshopInStockDays++;
221
								homeshopOrderCount += oosStatus.getNum_orders();
221
								homeshopOrderCount += oosStatus.getNum_orders();
222
								homeshopSaleHistory.append(oosStatus.getNum_orders() + "-");
222
								homeshopSaleHistory.append(oosStatus.getNum_orders() + "-");
223
							} else {
223
							} else {
224
								amzn_mfnSaleHistory.append("X-");
224
								homeshopSaleHistory.append("X-");
225
							}
225
							}
226
							break;
226
							break;
227
						case 6: 
227
						case 6: 
228
							if(oosStatus.isIs_oos()== false) {
228
							if(oosStatus.isIs_oos()== false) {
229
								ebayInStockDays++;
229
								ebayInStockDays++;