Subversion Repositories SmartDukaan

Rev

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

Rev 23081 Rev 23085
Line 199... Line 199...
199
 
199
 
200
        return index();
200
        return index();
201
    }
201
    }
202
 
202
 
203
    public String update() {
203
    public String update() {
-
 
204
    	logger.info("TNC == " + this.tnc);
204
        String supplierName = id;
205
        String supplierName = id;
205
        try {
206
        try {
206
            Client purchaseClient = new PurchaseClient().getClient();
207
            Client purchaseClient = new PurchaseClient().getClient();
207
            Supplier supplier = purchaseClient.getSupplier(Long.valueOf(id));
208
            Supplier supplier = purchaseClient.getSupplier(Long.valueOf(id));
208
            supplierName = supplier.getName();
209
            supplierName = supplier.getName();