Subversion Repositories SmartDukaan

Rev

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

Rev 29573 Rev 29574
Line 82... Line 82...
82
				if(this.getTargetType().equals(AchievementType.VALUE)) {
82
				if(this.getTargetType().equals(AchievementType.VALUE)) {
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
			}