[Koha-patches] [PATCH] Add cn_source to authorised values dropdown in marc structure editor.

Joshua Ferraro jmf at liblime.com
Thu May 29 13:16:22 CEST 2008


On Tue, May 27, 2008 at 08:13:50PM -0400, Ryan Higgins wrote:
> hmm.  Didn't get the memo.
I guess we're only dropping the bib-level cn_* stuff ... I'll apply
this patch, thanks for the details.

Josh

> items.cn_source is used to calculate items.cn_sort, which allows proper
> sorting of
> non-asciibetical class sources.  Without this patch, editing your framework
> will make
> it impossible to used mixes class sources, and all call number sorting will
> be based on
> C4::Context->preference("DefaultClassificationSource") .
> Are we dropping the idea of mixed class sources?
> I don't see any reason to, but if there is and I missed it, cn_source needs
> to be unlinked in the frameworks.  So, I'd say either apply this patch or
> submit a blocker bug to remove the associated kohafields from the default
> and sample frameworks.
> 
> http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1837  indicates that
> unimarc sort  isn't
> implemented.
> 
> Ryan
> 
> 
> On Tue, May 27, 2008 at 8:32 AM, <jmf at liblime.com> wrote:
> 
> > Hey Ryan,
> >
> > I thought we were abandoning the cn_* tables ... what is the
> > utlility of this patch?
> >
> > Cheers,
> >
> > Josh
> >
> > On Sun, May 25, 2008 at 01:21:42AM -0500, Ryan Higgins wrote:
> > > ---
> > >  admin/marc_subfields_structure.pl |    1 +
> > >  1 files changed, 1 insertions(+), 0 deletions(-)
> > >
> > > diff --git a/admin/marc_subfields_structure.pl
> > b/admin/marc_subfields_structure.pl
> > > index 2763b63..3f82b99 100755
> > > --- a/admin/marc_subfields_structure.pl
> > > +++ b/admin/marc_subfields_structure.pl
> > > @@ -126,6 +126,7 @@ if ( $op eq 'add_form' ) {
> > >      }
> > >      push( @authorised_values, "branches" );
> > >      push( @authorised_values, "itemtypes" );
> > > +    push( @authorised_values, "cn_source" );
> > >
> > >      # build thesaurus categories list
> > >      $sth2->finish;
> > > --
> > > 1.5.5.GIT
> > >
> > > _______________________________________________
> > > Koha-patches mailing list
> > > Koha-patches at lists.koha.org
> > > http://lists.koha.org/mailman/listinfo/koha-patches
> >
> 
> 
> 
> -- 
> Ryan Higgins
> 
> LibLime * Open-Source Solutions for Libraries
> Featuring KohaZOOM ILS
> 888-564-2457 x704



More information about the Koha-patches mailing list