更新
This commit is contained in:
@@ -2652,8 +2652,8 @@ class PrescriptionOrderLogic
|
||||
return false;
|
||||
}
|
||||
$curFs = (int) $order->fulfillment_status;
|
||||
if (!in_array($curFs, [3, 5, 6], true)) {
|
||||
self::$error = '仅「已发货」「已签收」或「已完成」状态可退款';
|
||||
if (!in_array($curFs, [3, 5, 6, 9], true)) {
|
||||
self::$error = '仅「已发货」「已签收」「已完成」或「拒收」状态可退款';
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user