From bugzilla-daemon@bugs.koha-community.org Tue Nov 1 17:21:09 2011 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 7126] New: Transfer does not prompt with hold information Date: Tue, 01 Nov 2011 16:21:06 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4207483150947599650==" --===============4207483150947599650== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D7126 Bug #: 7126 Summary: Transfer does not prompt with hold information Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All URL: /cgi-bin/koha/circ/branchtransfers.pl OS/Version: All Status: NEW Severity: major Priority: P5 Component: Circulation AssignedTo: kyle.m.hall@gmail.com ReportedBy: oleonard@myacpl.org QAContact: koha-bugs@lists.koha-community.org CC: gmcharlt@gmail.com I recall that at one time if you were transferring an item with a hold the transfers page would prompt you with information about the hold. There is markup in the template for accomplishing this: [% IF ( reserved ) %] Reserve found for [% name %] ([% borrowernumber %]). [% END %] ...etc. I have tried transferring an item on hold and do not get any kind of hold confirmation message. --=20 Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab= =3Demail ------- You are receiving this mail because: ------- You are the QA Contact for the bug. --===============4207483150947599650==-- From bugzilla-daemon@bugs.koha-community.org Sun Dec 20 16:24:41 2015 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 7126] Transfer does not prompt with hold information Date: Sun, 20 Dec 2015 15:24:37 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4826984206533100883==" --===============4826984206533100883== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7126 Marc Véron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron@veron.ch --- Comment #1 from Marc Véron --- Still valid? -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. --===============4826984206533100883==-- From bugzilla-daemon@bugs.koha-community.org Mon Dec 21 13:16:05 2015 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 7126] Transfer does not prompt with hold information Date: Mon, 21 Dec 2015 12:16:02 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3203904255908175913==" --===============3203904255908175913== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D7126 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #2 from Jonathan Druart = --- (In reply to Marc V=C3=A9ron from comment #1) > Still valid? Yes it is, everything is buggy... --=20 You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. --===============3203904255908175913==-- From bugzilla-daemon@bugs.koha-community.org Mon Dec 21 13:17:05 2015 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 7126] Transfer does not prompt with hold information Date: Mon, 21 Dec 2015 12:17:02 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0653085791177333897==" --===============0653085791177333897== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D7126 --- Comment #3 from Jonathan Druart = --- >From C4::Circulation::transferbook 355 my ( $resfound, $resrec, undef ) =3D 356 CheckReserves( $itemnumber ); 357 if ( $resfound and not $ignoreRs ) { 358 $resrec->{'ResFound'} =3D $resfound; 359=20 360 # $messages->{'ResFound'} =3D $resrec; 361 $dotransfer =3D 1; 362 } The line 360 should not be commented I think. --=20 You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. --===============0653085791177333897==--