[Koha-bugs] [Bug 7809] Edit Items screen should be sorted by home branch instead of holding branch

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 2 22:06:37 CEST 2013


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

Owen Leonard <oleonard at myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |master
           Severity|enhancement                 |normal

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Is this as simple as changing line 722 from this:

my ($holdingbrtagf,$holdingbrtagsubf) =
&GetMarcFromKohaField("items.holdingbranch",$frameworkcode);


to this:

my ($holdingbrtagf,$holdingbrtagsubf) =
&GetMarcFromKohaField("items.homebranch",$frameworkcode);

? 

Or does that have a ramification I'm not seeing?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list