$borrowernumber ||= $issue->borrowernumber;
if ( defined $datedue && ref $datedue ne 'DateTime' ) {
if ( $datedue && ref $datedue ne 'DateTime' ) {
$datedue = dt_from_string($datedue, 'sql');
}
choices:
1: Allow
0: "Don't allow"
- staff to renew items that are on hold by manually specifying a due date.
- staff to renew items that are on hold.
-
- pref: AllowItemsOnHoldCheckoutSIP