Bug 15819

Summary: Error when edit borrowers "There are no patron categories defined" but categories exists
Product: Koha Reporter: Humberto Blanco <hblancoca>
Component: PatronsAssignee: Bugs List <koha-bugs>
Status: CLOSED FIXED 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=14637
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15768
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 17258    

Description Humberto Blanco 2016-02-15 14:35:36 UTC
when i try to edit borrower appears "There are no patron categories defined" in memberentry.pl but the categories works fine, i believe that the problem is the variable to .tt

aply to cataloging module not appear authorised values

I really apreciate your help
Comment 1 Humberto Blanco 2016-02-15 15:31:21 UTC
Its an error width MySQl because have sql_mode=only_full_group_by
Comment 2 Jonathan Druart 2016-02-15 17:47:46 UTC
Humberto,
Which version of Koha are you using?
And the version of MySQL?
Did you try and remove the sql_mode option from the MySQL conf file?

Lowering the severity to major.
Comment 3 Humberto Blanco 2016-02-15 22:19:09 UTC
the version is 5.27.


after change sql_mode its working for me.