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 244-249
sub AddReserve {
Link Here
|
244 |
{ |
245 |
{ |
245 |
borrowernumber => $borrowernumber, |
246 |
borrowernumber => $borrowernumber, |
246 |
biblionumber => $biblionumber, |
247 |
biblionumber => $biblionumber, |
|
|
248 |
item_group_id => $item_group_id, |
247 |
reservedate => $resdate, |
249 |
reservedate => $resdate, |
248 |
branchcode => $branch, |
250 |
branchcode => $branch, |
249 |
priority => $priority, |
251 |
priority => $priority, |