@@ -8,6 +8,9 @@ class Set
{
public function getCash($cash)
+ if (!$cash || $cash <= 0) {
+ return 0;
+ }
return round($cash, 2);
}
public function info($audit_type, $audit)