Subversion Repositories SmartDukaan

Rev

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

Rev 28967 Rev 29573
Line 83... Line 83...
83
					sb.append("Rs.<span class=\"currency\">")
83
					sb.append("Rs.<span class=\"currency\">")
84
					.append(this.getCurrentTargetSlab().getOnwardsAmount())
84
					.append(this.getCurrentTargetSlab().getOnwardsAmount())
85
					.append("</span>");
85
					.append("</span>");
86
				} else {
86
				} else {
87
					sb.append(this.getCurrentTargetSlab().getOnwardsAmount()).append(" units")
87
					sb.append(this.getCurrentTargetSlab().getOnwardsAmount()).append(" units")
88
					.append(", you are eligible for ").append(this.getCurrentTargetSlab().getTargetDescription());
88
					//.append(", you are eligible for ").append(this.getCurrentTargetSlab().getTargetDescription());
89
					
89
					
90
				}
90
				}
91
				sb.append(", keep it up!!");
91
				sb.append(", keep it up!!");
92
			}
92
			}
93
		}
93
		}