Compare commits
No commits in common. "52f568c5f4cd88fa07cbdc0c55bd0810c991e459" and "a85f96cc017e0caf37db1534001ba609e198abe0" have entirely different histories.
52f568c5f4
...
a85f96cc01
@ -776,7 +776,7 @@ class RegularContractCreateController extends Controller
|
|||||||
|
|
||||||
// 利用期間選択画面へ遷移
|
// 利用期間選択画面へ遷移
|
||||||
return view('regular_contract.create_select_period', [
|
return view('regular_contract.create_select_period', [
|
||||||
'active_menu' => 'SWC-8-1', // マイページメニューの選択状態用
|
'active_menu' => 'SWC-4-1', // マイページメニューの選択状態用
|
||||||
'user_name' => $user->user_name, // ユーザー名(ヘッダー用)
|
'user_name' => $user->user_name, // ユーザー名(ヘッダー用)
|
||||||
'contract_id' => $contract_id,
|
'contract_id' => $contract_id,
|
||||||
'regular_type' => $regular_type,
|
'regular_type' => $regular_type,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user