http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2426

--- Comment #4 from Owen Leonard <[email protected]> 2011-04-25 12:44:49 UTC 
---
The original question is still unanswered: How do we handle the permission to
set the branch when IndenpendantBranches is turned on:

            <strong>[% LoginBranchname %]</strong>
            [% IF ( IndependantBranches ) %]
                [% IF ( CAN_user_management ) %]
                    (<a
href="/cgi-bin/koha/circ/selectbranchprinter.pl">Set</a>)
                [% END %]
            [% ELSE %]
                (<a href="/cgi-bin/koha/circ/selectbranchprinter.pl">Set</a>)
            [% END %]

It sounds like gmcharlt proposed a new granular permission,
catalogue->setbranch. I'm not sure what atz meant by "a psuedo permission," but
if any work followed from that it's probably locked up in LEK now.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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