shish 2 vuotta sitten
vanhempi
commit
230b30c6d6
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      app-ghs/controllers/OrderController.php

+ 2 - 1
app-ghs/controllers/OrderController.php

@@ -743,7 +743,8 @@ class OrderController extends BaseController
         $post['mainId'] = $this->mainId;
         $post['fromType'] = 1;
         $post['expressId'] = $post['expressId'] ?? 0;
-        $post['book'] = $post['book'] ?? 0;
+        $book = $post['book'] ?? 0;
+        $post['book'] = $book;
 
         $sendType = $post['sendType'] ?? 0;
         $transType = $post['transType'] ?? 0;