Koha/koha-tmpl/intranet-tmpl/prog/en/modules
Aleisha Amohia 4e722eda45 Bug 17698: (follow-up) Changing to Koha Objects style, adding circ sidebar
Marcel, can you please have a look at this patch. I tried to implement
the change
my @notes = $schema->resultset('Issue')->search({ 'me.note' => { '!=', undef } }, { prefetch => [ 'borrower', { item => 'biblionumber' } ] });
to
my @notes = Koha::Checkouts->search({ 'me.note' => { '!=', undef } }, { prefetch => [ 'borrower', { item => 'biblionumber' } ] });
but am having problems on the template side. I can access the item and
biblio information about the issue, but not the borrower information,
even though the query is definitely pulling it correctly. Any
suggestions or ideas as to why this breaks?

This patch also adds the implementation of the circSidebar.

Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
2018-07-23 15:23:41 +00:00
..
acqui Bug 21097: Missing optgroup closing tag in orderreceive.tt 2018-07-23 15:08:57 +00:00
admin Bug 19191: Add syspref to control use of email receipts, defaulting to disabled 2018-07-23 15:09:00 +00:00
authorities
basket Bug 16575: Irregular behaviour using window.print() followed by window.location.href 2018-07-19 16:12:56 +00:00
batch
catalogue Bug 19902: (follow-up) Deal with patron column regarding on intranetreadinghistory setting 2018-07-18 17:24:51 +00:00
cataloguing Bug 20641: Switch single-column templates to Bootstrap grid: Various, part 2 2018-07-06 13:41:21 +00:00
circ Bug 17698: (follow-up) Changing to Koha Objects style, adding circ sidebar 2018-07-23 15:23:41 +00:00
clubs
common Bug 20641: Switch single-column templates to Bootstrap grid: Various, part 2 2018-07-06 13:41:21 +00:00
course_reserves Bug 20467: (QA follow-up) Display error if no or invalid course id is passed 2018-07-02 12:55:38 +00:00
errors
help Bug 7136: Correct description of Grace period for subscriptions 2018-07-06 11:37:23 +00:00
ill Bug 20651: Improve full supplier metadata display 2018-07-02 13:12:31 +00:00
installer
labels Bug 6647: Label item search should use standard pagination routine 2018-07-13 10:34:29 +00:00
members Bug 20806: Surround string by span tag to help translation 2018-07-18 17:01:47 +00:00
offline_circ
onboarding
patron_lists Bug 19524: Use existing logged_in_user variable 2018-07-18 16:49:30 +00:00
patroncards Bug 20650: (follow-up) Add missing include file 2018-07-06 13:47:13 +00:00
plugins Bug 20650: Switch single-column templates to Bootstrap grid: Various, part 3 2018-07-06 13:47:13 +00:00
reports Bug 20807: Lost items report: Improve the display of CSV profile errors 2018-07-18 19:11:34 +00:00
reserve Bug 20220: Move template JavaScript to the footer: Holds 2018-07-06 13:39:02 +00:00
reviews
rotating_collections
serials
services
suggestion
tags
test
tools Bug 13560: Add an 'Add' option for marc modification templates 2018-07-19 17:22:18 +00:00
virtualshelves Bug 20650: Remove unused virtualshelves/merge.tt 2018-07-06 13:47:14 +00:00
about.tt Bug 7143: Update about page for documentation team 2018-05-16 13:13:09 -03:00
auth.tt
intranet-main.tt Bug 17698: Make patron notes show up on staff dashboard 2018-07-23 15:23:40 +00:00