mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
completes accessory eula agreement blade
This commit is contained in:
parent
220df9710e
commit
62352ef1a1
|
@ -163,8 +163,8 @@ class AcceptanceController extends Controller
|
|||
return redirect()->to('account/accept')->with('success', $return_msg);
|
||||
}
|
||||
// TBC: trying to get the user_id here
|
||||
$accessory_user= DB::table('accessories_users')->find($acceptance->assigned_to_id);
|
||||
$assigned_to = User::find($accessory_user);
|
||||
$accessory_user= DB::table('checkout_acceptances')->find($acceptance->assigned_to_id);
|
||||
$assigned_to = User::find($accessory_user->assigned_to_id);
|
||||
$accessory_model = Accessory::find($item->id);
|
||||
$branding_settings = SettingsController::getPDFBranding();
|
||||
$data = [
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue