Subversion Repositories SmartDukaan

Rev

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

Rev 28977 Rev 29088
Line 371... Line 371...
371
                        </td>
371
                        </td>
372
                    #end 
372
                    #end 
373
 
373
 
374
 
374
 
375
					<td #if($pob.getBillingStatus()==0) style="background-color:pink"#else style="background-color:lime" #end>
375
					<td #if($pob.getBillingStatus()==0) style="background-color:pink"#else style="background-color:lime" #end>
376
						<input type="checkbox" disabled #if($pob.getBillingStatus()>0) checked #end >
376
						<input type="checkbox"disabled name="billingStatus" #if($pob.getBillingStatus()>0) checked #end >
377
                        #if($pob.getBillingStatus()>0) 
377
                        #if($pob.getBillingStatus()>0) 
378
                        <label> YES</label>
-
 
379
                        #else
378
                    
380
                         <label>NO</label>
-
 
381
                        #end   
379
                        #end   
382
                    </td> 
380
                    </td> 
383
                    
381
                    
384
                    
382
                    
385
                   #if($partnerVerificationStatusMap.get($pob.getId()))
383
                   #if($partnerVerificationStatusMap.get($pob.getId()))