|
@@ -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) {
|
|
|
|