Subversion Repositories SmartDukaan

Rev

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

Rev 5443 Rev 5591
Line 52... Line 52...
52
            <br />
52
            <br />
53
            #end
53
            #end
54
            #if($action.isPermitted("supplier-inventory:edit"))
54
            #if($action.isPermitted("supplier-inventory:edit"))
55
            <a href="/inventory/supplier-inventory">Supplier Inventory</a>
55
            <a href="/inventory/supplier-inventory">Supplier Inventory</a>
56
            <br />
56
            <br />
57
            #end            
57
            #end
58
            #if($action.isPermitted("accounting-reports:read"))
58
            #if($action.isPermitted("accounting-reports:read"))
59
            <a href="/inventory/accounting-reports">Accounting Reports</a>
59
            <a href="/inventory/accounting-reports">Accounting Reports</a>
-
 
60
            <br />
-
 
61
            #end
-
 
62
            #if($action.isPermitted("supplier:read"))
-
 
63
            <a href="/inventory/supplier">Suppliers</a>
-
 
64
            <br />
60
            #end
65
            #end
61
        </div>
66
        </div>
62
    </body>
67
    </body>
63
</html>
68
</html>