We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8486b4a commit 50f9777Copy full SHA for 50f9777
src/main/java/com/Polodz/model/AuditRaport.java
@@ -31,7 +31,7 @@ private String getErrorBuffor() {
31
}
32
33
public String getRaportText() {
34
- String text = this.epiloque + this.getNumberOfFullAudience() + "$ \n";
+ String text = this.epiloque + this.getNumberOfFullAudience()*Config.MovieTicketCost.getCost() + "$ \n";
35
if (errorBuffor.length() != "Warning for: \n".length())
36
text += this.errorBuffor + "are corrupted. Please restart application. If problem would occure more times please conntact superadmin";
37
return text;
0 commit comments