Subversion Repositories SmartDukaan

Rev

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

Rev 31664 Rev 31668
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) {
-
 
4820
					break;
-
 
4821
				}
-
 
4822
 
4819
			}
4823
			}
4820
 
4824
 
4821
		}
4825
		}
4822
	}
4826
	}
4823
 
4827