瀏覽代碼

[Backend] Crédit : rembourser client lorsqu'on attribue une commande à un autre client #1151

feature/souke
Guillaume Bourgeois 1 年之前
父節點
當前提交
77e92c0d43
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. +3
    -1
      backend/controllers/OrderController.php

+ 3
- 1
backend/controllers/OrderController.php 查看文件

@@ -1002,7 +1002,9 @@ class OrderController extends BackendController
$amountPaid,
$this->getProducerCurrent(),
$oldUser,
$this->getUserCurrent()
$this->getUserCurrent(),
MeanPayment::CREDIT,
$order
);
$order = Order::searchOne(['id' => $order->id]);
$orderManager->initOrder($order);

Loading…
取消
儲存