Subversion Repositories SmartDukaan

Rev

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

Rev 24927 Rev 24928
Line 36... Line 36...
36
        <div>
36
        <div>
37
            #if($action.isPermitted("supplier:create"))
37
            #if($action.isPermitted("supplier:create"))
38
            <a href="/inventory/supplier/new">Add new Supplier</a>
38
            <a href="/inventory/supplier/new">Add new Supplier</a>
39
            #end
39
            #end
40
        </div>
40
        </div>
41
        <table style="width:100vw";border="1">
41
        <table style="width:100vw" border="1">
42
            <thead>
42
            <thead>
43
                <tr>
43
                <tr>
44
                    <th>Id</th>
44
                    <th>Id</th>
45
                    <th>Name</th>
45
                    <th>Name</th>
46
                    <th>Phone</th>
46
                    <th>Phone</th>