Subversion Repositories SmartDukaan

Rev

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

Rev 34861 Rev 34873
Line 62... Line 62...
62
                            <td>$account.getBankAccountNumber()</td>
62
                            <td>$account.getBankAccountNumber()</td>
63
                            <td>$account.getIfsc()</td>
63
                            <td>$account.getIfsc()</td>
64
                            <td>#if($account.getContactId()) $account.getContactId() #else - #end </td>
64
                            <td>#if($account.getContactId()) $account.getContactId() #else - #end </td>
65
                            <td>#if($account.getAccountId()) $account.getAccountId() #else - #end </td>
65
                            <td>#if($account.getAccountId()) $account.getAccountId() #else - #end </td>
66
                            <td>
66
                            <td>
-
 
67
                                #if(!$account.getContactId())
67
                                <button class="btn btn-xs btn-primary open-edit-modal" data-id="$account.id">
68
                                    <button class="btn btn-xs btn-primary open-edit-modal" data-id="$account.id">
68
                                    Edit
69
                                        Edit
69
                                </button>
70
                                    </button>
-
 
71
                                #end
70
                            </td>
72
                            </td>
71
 
73
 
72
                        </tr>
74
                        </tr>
73
                        #end
75
                        #end
74
                    </tbody>
76
                    </tbody>