[Koha-bugs] [Bug 30068] New: Wrong reference to table_borrowers in circulation.tt

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 10 11:20:57 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30068

            Bug ID: 30068
           Summary: Wrong reference to table_borrowers in circulation.tt
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: normal
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: jonathan.druart+koha at gmail.com
          Reporter: jonathan.druart+koha at gmail.com
        QA Contact: testopia at bugs.koha-community.org
        Depends on: 17353, 21034

There is a reference to table_borrowers in the table settings yaml file, and
this:
985         columns_settings_borrowers_table = [% TablesSettings.GetColumns(
'circ', 'circulation', 'table_borrowers', 'json' ) | $raw %]
in circulation.tt

But #table_borrowers is not a table displaying patrons, but items.

The confusion is coming from this commit that first introduced the id on this
table:
  commit 7d598d9130c3d171af1e1a6a0a168cea043c277d
  Bug 21034: Re-indent circulation.tt

Then:
  commit f6599b2c5480d2e096bac71e4e7ac759686b9fbc
  Bug 17353: Add phone number column to checkout search
That added the columns settings line.


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17353
[Bug 17353] Add phone number column to checkout search
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21034
[Bug 21034] Re-indent circulation.tt
-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list