<<

NAME

Koha::CurbsidePickup - Koha Curbside Pickup Object class

API

Class methods

new

notify_new_pickup

$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.

checkouts

Return the checkouts linked to this pickup

patron

Return the patron linked to this pickup

staged_by_staff

Return the staff member that staged this pickup

library

Return the branch associated with this pickup

mark_as_staged

Mark the pickup as staged

mark_as_unstaged

Mark the pickup as unstaged

mark_patron_has_arrived

Set the arrival time of the patron

mark_as_delivered

Mark the pickup as delivered. The waiting holds will be filled.

status

Return the status of the pickup, can be 'to-be-staged', 'staged-and-ready', 'patron-is-outside' or 'delivered'.

Internal methods

_type

<<