dever 3 éve
szülő
commit
2d4bca36e4
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      app/shop/lib/Refund.php

+ 1 - 1
app/shop/lib/Refund.php

@@ -502,7 +502,7 @@ class Refund
         if (isset($data['parent_type']) && $data['parent_type'] > 1) {
             return;
         }
-        if (isset($info['cash'] > 0) {
+        if (isset($info['cash'] > 0)) {
             return;
         }
         $refund_cash = $info['cash'];