Subversion Repositories SmartDukaan

Rev

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

Rev 10015 Rev 10190
Line 19... Line 19...
19
	<script type="text/javascript">
19
	<script type="text/javascript">
20
		if(typeof Entity === 'undefined'){
20
		if(typeof Entity === 'undefined'){
21
			Entity = {};
21
			Entity = {};
22
		}
22
		}
23
		Entity.orderedItems = $action.getEntityLogisticsEstimation();
23
		Entity.orderedItems = $action.getEntityLogisticsEstimation();
-
 
24
		Entity.isComparable = $action.isComparable();
24
    </script>
25
    </script>
25
 
26
 
26
#set($userinfo = $action.getUserInfo())
27
#set($userinfo = $action.getUserInfo())
27
</head>
28
</head>
28
 
29