rabin 3 years ago
parent
commit
581a05a254
1 changed files with 0 additions and 6 deletions
  1. 0 6
      app/cash/lib/Order.php

+ 0 - 6
app/cash/lib/Order.php

@@ -47,12 +47,6 @@ class Order
                 $update['fdate'] = $order['fdate'];
             }
         }
-        $update['type'] = $order['type'];
-        $update['type_id'] = $order['type_id'];
-        if ($order['source_type']) {
-            $update['source_type'] = $order['source_type'];
-            $update['source_id'] = $order['source_id'];
-        }
 
         if ($info && $jstype == 3) {