rabin 2 anni fa
parent
commit
7afa758e2c
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      service/agent/lib/Soft_cash.php

+ 2 - 0
service/agent/lib/Soft_cash.php

@@ -35,6 +35,8 @@ Class Soft_cash
             
             if($cash){
                 $update['set_cash'] = $cash;
+            } else {
+                $cash = $soft['cash'];
             }
             if($price){
                 $update['set_price'] = $price;