Koha::CurbsidePickup - Koha Curbside Pickup Object class
$pickup->notify_new_pickup
Will notify the patron that the pickup has been created. Letter 'NEW_CURBSIDE_PICKUP will be used', and depending on 'Hold_Filled' configuration.
Return the checkouts linked to this pickup
Return the patron linked to this pickup
Return the staff member that staged this pickup
Return the branch associated with this pickup
Mark the pickup as staged
Mark the pickup as unstaged
Set the arrival time of the patron
Mark the pickup as delivered. The waiting holds will be filled.
Return the status of the pickup, can be 'to-be-staged', 'staged-and-ready', 'patron-is-outside' or 'delivered'.