[Koha-bugs] [Bug 7572] Add Clubs & Services Feature

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 8 00:21:55 CEST 2012


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

--- Comment #18 from Marc Véron <veron at veron.ch> ---
Patch did not apply. I tried to resolve it using git am -iu3 (...), got it to
apply. However I got errors running updatedatabase.pl, removed Line 5250
(<<<..) that was alredy in the patch, droped all tables that were alreade
created by the first run, and run updatedatabase.pl again. 

BTW, the SQL statements in updatedatabase.pl contain backticks (`).

Got JavaScript Eror while Editing Clubs & Services (Calendar not defined), not
sure if any follwoing JavaScript then is broken (validations etc.) On a patrons
checkout page the menu at the left is doubled, I suppose it is a conflict with
the new layout.

Anyway, I could then follow the test plan and enroll a patron to a club (and
cancel as well), both in the staff client and in the Opac. 

Then I was a little bit lost in testing.

It took a while until I found out that a self made Club Archetype *must* have
the title "Bestsellers Club" to trigger holdings, see ClubsAndServices.pm line
1175:
$sth = $dbh->prepare("SELECT * FROM clubsAndServicesArchetypes WHERE title LIKE
'Bestsellers Club' ");

Adding items for biblios with matching titles somtimes placed a hold for the
patron and sometimes not. Could not find out why. Maybe it is due to some
misconfiguration related to my try to resolve the patch issue.

It seems to be a great and promising feature, but for now I am stuck. 

For a new test with a rebased patch I would really appreciate a more complete
description of the overall concept and functionality (Wiki?) and a more
detailed testing plan.

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


More information about the Koha-bugs mailing list