Subversion Repositories SmartDukaan

Rev

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

Rev 28829 Rev 28838
Line 125... Line 125...
125
	         <span>$paymentOption.getName()&nbsp;&nbsp;</span>
125
	         <span>$paymentOption.getName()&nbsp;&nbsp;</span>
126
	            <a href="javascript:void(0)">Applicable</a>
126
	            <a href="javascript:void(0)">Applicable</a>
127
         		<button class="markNA btn-primary btn-md">Mark NA</button>
127
         		<button class="markNA btn-primary btn-md">Mark NA</button>
128
         		<a href="javascript:void(0)" style="color:blue" title="Activated">&#10004;</span>
128
         		<a href="javascript:void(0)" style="color:blue" title="Activated">&#10004;</span>
129
	         </label>&nbsp;&nbsp;<a href="javascript:void(0)" style="color:red"  title="DEACTIVATE SERVICE" class="deactivate-service" data-serviceid="$paymentOption.getId()">Deactivate</a>  
129
	         </label>&nbsp;&nbsp;<a href="javascript:void(0)" style="color:red"  title="DEACTIVATE SERVICE" class="deactivate-service" data-serviceid="$paymentOption.getId()">Deactivate</a>  
130
	      </h4>button
130
	      </h4>
131
	      #foreach($serviceBrandsConfig in $serviceIdAndServiceBrandsConfigMap.get($paymentOption.getId()))
131
	      #foreach($serviceBrandsConfig in $serviceIdAndServiceBrandsConfigMap.get($paymentOption.getId()))
132
	      #if($serviceBrandIdPartnerBrandServiceMap.get($serviceBrandsConfig.getId()))
132
	      #if($serviceBrandIdPartnerBrandServiceMap.get($serviceBrandsConfig.getId()))
133
	      #if($serviceBrandIdPartnerBrandServiceMap.get($serviceBrandsConfig.getId()).getApplicableType()=="YES")
133
	      #if($serviceBrandIdPartnerBrandServiceMap.get($serviceBrandsConfig.getId()).getApplicableType()=="YES")
134
	      #if($serviceBrandIdPartnerBrandServiceMap.get($serviceBrandsConfig.getId()).isActive()==true)
134
	      #if($serviceBrandIdPartnerBrandServiceMap.get($serviceBrandsConfig.getId()).isActive()==true)
135
	      #if($serviceBrandIdPartnerBrandServiceMap.get($serviceBrandsConfig.getId()).getPartnerStatusType()=="WORKING")
135
	      #if($serviceBrandIdPartnerBrandServiceMap.get($serviceBrandsConfig.getId()).getPartnerStatusType()=="WORKING")