rabin hace 2 años
padre
commit
7afa758e2c
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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;