Lines 193-198
sub AddReserve {
Link Here
|
193 |
my $found = $params->{found}; |
193 |
my $found = $params->{found}; |
194 |
my $itemtype = $params->{itemtype}; |
194 |
my $itemtype = $params->{itemtype}; |
195 |
my $non_priority = $params->{non_priority}; |
195 |
my $non_priority = $params->{non_priority}; |
|
|
196 |
my $item_group_id = $params->{item_group_id}; |
196 |
|
197 |
|
197 |
$resdate = output_pref( { str => dt_from_string( $resdate ), dateonly => 1, dateformat => 'iso' }) |
198 |
$resdate = output_pref( { str => dt_from_string( $resdate ), dateonly => 1, dateformat => 'iso' }) |
198 |
or output_pref({ dt => dt_from_string, dateonly => 1, dateformat => 'iso' }); |
199 |
or output_pref({ dt => dt_from_string, dateonly => 1, dateformat => 'iso' }); |
Lines 246-251
sub AddReserve {
Link Here
|
246 |
{ |
247 |
{ |
247 |
borrowernumber => $borrowernumber, |
248 |
borrowernumber => $borrowernumber, |
248 |
biblionumber => $biblionumber, |
249 |
biblionumber => $biblionumber, |
|
|
250 |
item_group_id => $item_group_id, |
249 |
reservedate => $resdate, |
251 |
reservedate => $resdate, |
250 |
branchcode => $branch, |
252 |
branchcode => $branch, |
251 |
priority => $priority, |
253 |
priority => $priority, |