Subversion Repositories SmartDukaan

Rev

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

Rev 31668 Rev 31669
Line 4814... Line 4814...
4814
				count = count + 1;
4814
				count = count + 1;
4815
 
4815
 
4816
				webProductListing.setRank(count + 1);
4816
				webProductListing.setRank(count + 1);
4817
				webProductListingRepository.persist(webProductListing);
4817
				webProductListingRepository.persist(webProductListing);
4818
 
4818
 
4819
				if (count == 13) {
4819
				if (count == 12) {
4820
					break;
4820
					break;
4821
				}
4821
				}
4822
 
4822
 
4823
			}
4823
			}
4824
 
4824