u
This commit is contained in:
+1
-1
@@ -280,7 +280,7 @@ quick_hours() {
|
|||||||
worked_minutes=$(( 10#$hours * 60 + 10#$minutes ))
|
worked_minutes=$(( 10#$hours * 60 + 10#$minutes ))
|
||||||
|
|
||||||
local new_balance=$(( balance + worked_minutes - target ))
|
local new_balance=$(( balance + worked_minutes - target ))
|
||||||
echo "[@${location} ${new_balance}]"
|
echo "[@${location} ${balance} ➔ ${new_balance}]"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user