Summary: | Use Koha::Patron object in C4:Utils::DataTables::Members.pm | ||
---|---|---|---|
Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
Component: | Patrons | Assignee: | Nick Clemens (kidclamp) <nick> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | gmcharlt, jonathan.druart, kyle.m.hall |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30055 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 30060 | ||
Bug Blocks: | |||
Attachments: |
Bug 29125: Add primary key to user_permissions table
Bug 29125: DBIC updates Bug 29125: Use patron objects in C4::Utils::DataTables::Members.pm Bug 29125: Fix 'Unknown column' |
Description
Nick Clemens (kidclamp)
2021-09-27 14:20:37 UTC
Created attachment 125374 [details] [review] Bug 29125: Add primary key to user_permissions table Created attachment 125375 [details] [review] Bug 29125: DBIC updates Created attachment 125376 [details] [review] Bug 29125: Use patron objects in C4::Utils::DataTables::Members.pm DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st execute failed: Unknown column 'me.`surname`' in 'where clause' at /kohadevbox/koha/Koha/Objects.pm line 335 To recreate /cgi-bin/koha/members/members-home.pl Search for: "koh" Search field: "surname" Click "Search" Created attachment 125979 [details] [review] Bug 29125: Fix 'Unknown column' |