Skip to content
Snippets Groups Projects
Commit a4670b3b authored by Demian Katz's avatar Demian Katz Committed by Robert Lange
Browse files

Prevent notice.

parent 4982c204
Branches
Tags
No related merge requests found
......@@ -117,7 +117,8 @@ trait HoldsTrait
$gatheredDetails, $extraHoldFields, $requestGroups
);
$validPickup = $validGroup && $this->holds()->validatePickUpInput(
$gatheredDetails['pickUpLocation'], $extraHoldFields, $pickup
$gatheredDetails['pickUpLocation'] ?? null,
$extraHoldFields, $pickup
);
if (!$validGroup) {
$this->flashMessenger()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment