Subversion Repositories SmartDukaan

Rev

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

Rev 4668 Rev 4815
Line 150... Line 150...
150
    public long getAddressId(){
150
    public long getAddressId(){
151
        return this.addressId;
151
        return this.addressId;
152
    }
152
    }
153
    
153
    
154
    public String getErrorMsg(){
154
    public String getErrorMsg(){
-
 
155
    	logger.info("added error msg:" + this.errorMsg);
155
        return this.errorMsg;
156
        return this.errorMsg;
156
    }
157
    }
157
    
158
    
158
    public boolean shouldShowCodOption() {
159
    public boolean shouldShowCodOption() {
159
        return showCodOption;
160
        return showCodOption;