[Bug 7809] New: Edit Items screen should be sorted by home branch instead of holding branch
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7809 Priority: P5 - low Change sponsored?: --- Bug ID: 7809 Assignee: gmcharlt@gmail.com Summary: Edit Items screen should be sorted by home branch instead of holding branch QA Contact: koha.sekjal@gmail.com Severity: enhancement Classification: Unclassified OS: All Reporter: wizzyrea@gmail.com Hardware: All Status: NEW Version: unspecified Component: Cataloging Product: Koha The edit items screen should sort the same as the bib detail page - by home branch instead of by holding branch. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7809 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master Severity|enhancement |normal --- Comment #1 from Owen Leonard <oleonard@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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7809 Liz Rea <wizzyrea@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea@gmail.com --- Comment #2 from Liz Rea <wizzyrea@gmail.com> --- Probably has the ramification that someone will want it to be a syspref so they can switch which way it sorts. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7809 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #3 from Owen Leonard <oleonard@myacpl.org> --- I think this bug has been made obsolete by the addition of the DataTables plugin to the edit items screen. The table may not have a specific default sort, but it can be sorted. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org