[Koha-bugs] [Bug 4980] Acq: pull down 'Restrict access to:' for funds not translatable

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 26 19:35:22 CEST 2010


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

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> 2010-08-26 17:35:22 UTC ---
In Budgets.pm, line 338:

sub GetBudgetPermDropbox {
    my ($perm) = @_;
    my %labels;
    $labels{'0'} = 'None';
    $labels{'1'} = 'Owner';
    $labels{'2'} = 'Library';
...

-- 
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.


More information about the Koha-bugs mailing list