Subversion Repositories SmartDukaan

Rev

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

Rev 26132 Rev 26322
Line 58... Line 58...
58
	  source: customRetailers,
58
	  source: customRetailers,
59
	  autoSelect: true,
59
	  autoSelect: true,
60
	  displayText:function(item){return item.businessName + "-" + item.address.city;},
60
	  displayText:function(item){return item.businessName + "-" + item.address.city;},
61
	  afterSelect:	function(currentItem){
61
	  afterSelect:	function(currentItem){
62
	  					currentFofoId = currentItem.partnerId;
62
	  					currentFofoId = currentItem.partnerId;
-
 
63
	  					fofoId = currentItem.partnerId
63
	  				}
64
	  				}
64
	});
65
	});
65
	
66
	
66
</script>
67
</script>
67
 
68