Subversion Repositories SmartDukaan

Rev

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

Rev 21844 Rev 21847
Line 59... Line 59...
59
    private Supplier supplier;
59
    private Supplier supplier;
60
 
60
 
61
    public String index() {
61
    public String index() {
62
        try {
62
        try {
63
            Client purchaseClient = new PurchaseClient().getClient();
63
            Client purchaseClient = new PurchaseClient().getClient();
64
            suppliers = purchaseClient.getSuppliers();
64
            suppliers = purchaseClient.getAllSuppliers();
65
        } catch (Exception e) {
65
        } catch (Exception e) {
66
            logger.error("Error loading suppliers", e);
66
            logger.error("Error loading suppliers", e);
67
        }
67
        }
68
 
68
 
69
        return INDEX;
69
        return INDEX;