[Koha-bugs] [Bug 8367] How long is a hold waiting for pickup at a more granular level

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 29 17:39:44 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8367

Paola Rossi <paola.rossi at cineca.it> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA
                 CC|                            |paola.rossi at cineca.it

--- Comment #86 from Paola Rossi <paola.rossi at cineca.it> ---
Kind Olli-Antti Kivilahti,

I've applied the patch against master 3.17.00.035.

I've upgraded the DB from a one that had been filled with some holds.

After having applied, by mysql command line, on the DB I saw the new field
"lastpickupdate" of the table "reserves" as required; in all the holds this new
field was set to NULL.

About this step:
4. In the 4 templates, you can see the 'Last pickup date' for an hold
   (circ/circulation.tt, circ/waitingreserves.tt, members/moremember.tt,
   opac-user.tt)

in circ/circulation.tt (CIRC, Check out, Holds) and members/moremember.tt
(Patrons, patron X, Details, Holds) there was the title "Last pickup date" of
the new column (the 2-nd from the left) of the table, but the datas in the
cells below it were the titles. All the other datas on the right were shifted
on the left by 1 column, and the last column "Delete?" of the table had nothing
in the cells below it.

I created a new hold for a patron without holds, and the problem was the same
on both the *.tt .

About opac-user.tt, I logged in to OPAC as a patron with n holds. Here ("your
summary", tag "Holds (n)") I didn't see any new column.

So I pass the patch to "Failed QA" status.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list