Lines 118-123
sub build_reserve_data {
Link Here
|
118 |
reservedate => $reserve->reservedate(), |
118 |
reservedate => $reserve->reservedate(), |
119 |
expirationdate => $reserve->expirationdate(), |
119 |
expirationdate => $reserve->expirationdate(), |
120 |
waiting_at => $reserve->branch()->branchname(), |
120 |
waiting_at => $reserve->branch()->branchname(), |
|
|
121 |
priority => $reserve->priority, |
121 |
}; |
122 |
}; |
122 |
|
123 |
|
123 |
push( @{$return}, $row ); |
124 |
push( @{$return}, $row ); |
124 |
- |
|
|