Subversion Repositories SmartDukaan

Rev

Rev 19060 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 19060 Rev 19166
Line 207... Line 207...
207
			    	style = selectionStyle.todayShippingInStockRow();
207
			    	style = selectionStyle.todayShippingInStockRow();
208
			    	break;
208
			    	break;
209
			    case TODAY_SHIPPING_NOT_IN_STOCK:
209
			    case TODAY_SHIPPING_NOT_IN_STOCK:
210
			    	style = selectionStyle.todayShippingNotInStockRow();
210
			    	style = selectionStyle.todayShippingNotInStockRow();
211
			    	break;
211
			    	break;
212
			    case LATER_SHIPPING:
212
			    case LATER_SHIPPING_IN_STOCK:
213
			    	style = selectionStyle.laterShippingRow();
213
			    	style = selectionStyle.laterShippingRow();
214
			    	break;
214
			    	break;
215
			    case WARNING:
215
			    case WARNING:
216
			    case NONE:
216
			    case NONE:
217
			    }
217
			    }