Display "0.00" instead of "0" when the -cash account doesn't exit yet
This commit is contained in:
parent
4ed3479ade
commit
bec9578558
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ sub command :Tab(cash) ($self, $cart, $command, @) {
|
|||
|
||||
sub hook_cash($class, @) {
|
||||
printf "There should currently be (at least) %s in the cash box.\n",
|
||||
-RevBank::Users::balance("-cash");
|
||||
-RevBank::Users::balance("-cash") || "0.00";
|
||||
}
|
||||
|
||||
sub hook_user_balance($class, $username, $old, $delta, $new, @) {
|
||||
|
|
Loading…
Add table
Reference in a new issue