Lines 113-118
while ( my $h = $holds_rs->next() ) {
Link Here
|
113 |
waiting_at => $h->branch()->branchname(), |
113 |
waiting_at => $h->branch()->branchname(), |
114 |
waiting_here => $h->branch()->branchcode() eq $branch, |
114 |
waiting_here => $h->branch()->branchcode() eq $branch, |
115 |
priority => $h->priority(), |
115 |
priority => $h->priority(), |
|
|
116 |
reservenotes => $h->reservenotes(), |
116 |
itemtype_limit => $itemtype_limit, |
117 |
itemtype_limit => $itemtype_limit, |
117 |
reservedate_formatted => $h->reservedate() ? output_pref( |
118 |
reservedate_formatted => $h->reservedate() ? output_pref( |
118 |
{ dt => dt_from_string( $h->reservedate() ), dateonly => 1 } |
119 |
{ dt => dt_from_string( $h->reservedate() ), dateonly => 1 } |
119 |
- |
|
|