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

Ryan Higgins ryan.higgins at liblime.com
Wed May 28 02:13:50 CEST 2008


hmm.  Didn't get the memo.
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/koha-patches/attachments/20080527/4bd2690b/attachment-0003.htm>


More information about the Koha-patches mailing list