Subversion Repositories SmartDukaan

Rev

Rev 34085 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34085 Rev 35977
Line 68... Line 68...
68
                <td style="background-color: red" class="mk_feeCompleted">No</td>
68
                <td style="background-color: red" class="mk_feeCompleted">No</td>
69
            #end
69
            #end
70
 
70
 
71
            #if(!$data.isPaymentApprover())
71
            #if(!$data.isPaymentApprover())
72
                <td>
72
                <td>
73
                    #if(!$data.isLoiOtpPresent() &&  $data.isDocVerified() && $data.getTotalFeeCollection()!=0.0 && !$data.isDocApprover() && $data.isLoiApproved())
73
                    #if(!$data.isLoiOtpPresent() &&  $data.isDocVerified() && $data.getBrandFee()==$data.getTotalFeeCollection() && !$data.isDocApprover() && $data.isLoiApproved())
74
                        <button type="button" class="btn-primary generateLoi" value="$data.getId()">Generate
74
                        <button type="button" class="btn-primary generateLoi" value="$data.getId()">Generate
75
                            LOI
75
                            LOI
76
                        </button>
76
                        </button>
77
 
77
 
78
                    #end
78
                    #end