Comment 1 for bug 1797934

Revision history for this message
Jane Sandberg (sandbergja) wrote :

I just created a branch called user/sandbergja/lp1797934_add_patrons_booking_reservations_to_the_OPAC

Here is a link: http://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/sandbergja/lp1797934_add_patrons_booking_reservations_to_the_OPAC

One note: this displays reservation dates/times using the pickup library's timezone. When testing, make sure that the pickup library actually has a timezone set (In Administration > Local Administration > Library Settings Editor) or the times will probably look very different than they do in the staff client.

Also note that this adds a new OpenSRF method called open-ils.booking.reservations.upcoming_reservation_list_by_user, so that patrons can view their own reservations without being stopped by permission issues. Testers may have to restart opensrf for the new method to show up.

What do you think?