Bugzilla – Attachment 11215 Details for
Bug 8531
Staff hold requests generate silent errors
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Proposed patch to placerequest.pl
file_8531.txt (text/plain), 1.29 KB, created by
Piotr Kowalski
on 2012-07-31 08:19:01 UTC
(
hide
)
Description:
Proposed patch to placerequest.pl
Filename:
MIME Type:
Creator:
Piotr Kowalski
Created:
2012-07-31 08:19:01 UTC
Size:
1.29 KB
patch
obsolete
>*** placerequest.pl.old 2012-07-30 11:10:19.000000000 +0200 >--- placerequest.pl 2012-07-31 09:16:19.000000000 +0200 >*************** >*** 112,129 **** > AddReserve($branch,$borrower->{'borrowernumber'},$biblionumber,'a',[$biblionumber], > $bibinfo->{rank},$startdate,$expirationdate,$notes,$bibinfo->{title},$checkitem,$found); > } else { >- if ($input->param('request') eq 'any'){ >- # place a request on 1st available >- AddReserve($branch,$borrower->{'borrowernumber'},$biblionumber,'a',\@realbi,$rank[0],$startdate,$expirationdate,$notes,$title,$checkitem,$found); >- } elsif ($reqbib[0] && $reqbib[0] ne ''){ >- # FIXME : elsif probably never reached, (see top of the script) >- # place a request on a given item >- AddReserve($branch,$borrower->{'borrowernumber'},$biblionumber,'o',\@reqbib,$rank[0],$startdate,$expirationdate,$notes,$title,$checkitem, $found); >- } else { > AddReserve($branch,$borrower->{'borrowernumber'},$biblionumber,'a',\@realbi,$rank[0],$startdate,$expirationdate,$notes,$title,$checkitem, $found); > } > } >- } > > if ($multi_hold) { > if ($bad_bibs) { >--- 112,120 ----
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 8531
: 11215