https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30230
--- Comment #69 from Victor Grousset/tuxayo <[email protected]> --- Hi :) change needed when bug 35517 (passed QA) is pushed to master (so soon unless a surprise comes up): Look at the patch: https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=160671&action=diff The change should be: [% ELSIF ( CAN_user_borrowers_edit_borrowers ) %] ↓↓ [% ELSIF ( CAN_user_borrowers_edit_borrowers ) || ( CAN_user_borrowers_list_borrowers ) %] -- You are receiving this mail because: 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/
