@@ -, +, @@ moremember.tt - Apply patch (on top of Bug 13910) - Verify that the part with AUTH_UPDATE_FAILED is removed from moremember.tt - Go to a patron's detail page and verify that nothing is broken (Home > Patrons > Patrons details for...) commit 1a91801b06607ee9e5f8c21d531a7b7a3ca3b683 Date: Sat Dec 1 20:56:27 2007 -0600 Add Staff member type. Add permissions checks for bug# 1269 and related permissions on memberentry and mods. --- koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 5 ----- 1 file changed, 5 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt @@ -143,11 +143,6 @@ function validate1(date) { [% IF ( error ) %]
- [% IF ( AUTH_UPDATE_FAILED ) %] -

Userid / Password update failed

- Insufficient privileges. -

Other fields updated.

- [% END %] [% IF ( error == 'CANT_DELETE_STAFF' ) %]

Unable to delete staff user

Insufficient privileges.

--