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

Lucas Gass <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|36096                       |

--- Comment #1 from Lucas Gass <[email protected]> ---
In columns_settings.pl there is this check:

next unless $table_id =~ m|^([^#]*)#(.*)$|;

which checks and passes table_id's named like this:

acq_acqui-home#accounts

but the tables are being like this:

acq_acqui-home_accounts


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36096
[Bug 36096] Add ability to select default sort and display length for tables on
waitingreserves.pl
-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to