Enhance: subscription show create renewal order link includes back
This commit is contained in:
@@ -143,6 +143,8 @@
|
||||
'order_type' => 'renewal',
|
||||
'quantity' => 1,
|
||||
'remark' => '来自订阅:' . $subscription->subscription_no,
|
||||
// 保留 back:创建订单 -> 订单详情后可一键返回本订阅详情
|
||||
'back' => $selfWithoutBack,
|
||||
]);
|
||||
@endphp
|
||||
<a href="{!! $createRenewalOrderUrl !!}" class="muted">创建续费订单</a>
|
||||
|
||||
Reference in New Issue
Block a user