Subversion Repositories SmartDukaan

Rev

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

Rev 5591 Rev 5711
Line 61... Line 61...
61
            #end
61
            #end
62
            #if($action.isPermitted("supplier:read"))
62
            #if($action.isPermitted("supplier:read"))
63
            <a href="/inventory/supplier">Suppliers</a>
63
            <a href="/inventory/supplier">Suppliers</a>
64
            <br />
64
            <br />
65
            #end
65
            #end
-
 
66
            #if($action.isPermitted("inventory-age:read"))
-
 
67
            <a href="/inventory/inventory-age">Inventory Age report</a>
-
 
68
            <br />
-
 
69
            #end
66
        </div>
70
        </div>
67
    </body>
71
    </body>
68
</html>
72
</html>