Skip to content
Snippets Groups Projects
Commit d29589b7 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

Fixed #362 - new transaction page: remove minu

parent 179c1a61
No related branches found
No related tags found
No related merge requests found
Pipeline #325 passed
...@@ -64,7 +64,7 @@ public class HelpersService ...@@ -64,7 +64,7 @@ public class HelpersService
public String getAmountString(int amount) public String getAmountString(int amount)
{ {
return getAmountString(amount / 100.0); return getAmountString(Math.abs(amount) / 100.0);
} }
public String getAmountString(double amount) public String getAmountString(double amount)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment