Subversion Repositories SmartDukaan

Rev

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

Rev 30017 Rev 30045
Line 1... Line 1...
1
<script type="text/javascript">
1
<script type="text/javascript">
2
	$(document).ready(function () {
2
	$(document).ready(function () {
3
		getEntityAheadOptions($("#typeaheaditem"), true, function (selectedEntity) {
3
		getEntityAheadOptions($("#typeaheaditem"), function (selectedEntity) {
4
			itemCatalogId = selectedEntity.catalogId_i;
4
			itemCatalogId = selectedEntity.catalogId_i;
5
		});
5
		});
6
	});
6
	});
7
</script>
7
</script>
8
 
8