Skip to content

Commit 50f9777

Browse files
tomeqtomeq
authored andcommitted
Fix Audit
1 parent 8486b4a commit 50f9777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/Polodz/model/AuditRaport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ private String getErrorBuffor() {
3131
}
3232

3333
public String getRaportText() {
34-
String text = this.epiloque + this.getNumberOfFullAudience() + "$ \n";
34+
String text = this.epiloque + this.getNumberOfFullAudience()*Config.MovieTicketCost.getCost() + "$ \n";
3535
if (errorBuffor.length() != "Warning for: \n".length())
3636
text += this.errorBuffor + "are corrupted. Please restart application. If problem would occure more times please conntact superadmin";
3737
return text;

0 commit comments

Comments
 (0)