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.