Hi Savitra, I have pushed this patch to HEAD. As this is the first patch of yours accepted into the public Git repository, welcome to the club of Koha committers.
Regards, Galen On Tue, Jun 2, 2009 at 11:55 PM, savitra.sirohi <[email protected]> wrote: > --- > etc/zebradb/biblios/etc/bib1.att | 3 +++ > etc/zebradb/ccl.properties | 3 +++ > etc/zebradb/marc_defs/marc21/biblios/record.abs | 1 + > 3 files changed, 7 insertions(+), 0 deletions(-) > > diff --git a/etc/zebradb/biblios/etc/bib1.att > b/etc/zebradb/biblios/etc/bib1.att > index 6b8ea58..0f24b0d 100644 > --- a/etc/zebradb/biblios/etc/bib1.att > +++ b/etc/zebradb/biblios/etc/bib1.att > @@ -106,6 +106,7 @@ att 1035 Anywhere > att 1036 Author-Title-Subject > att 1079 Subject-topical > > + > # Koha Local-Use Biblio Indexes > att 9001 Control-number > att 9002 biblioitemnumber > @@ -183,3 +184,5 @@ att 8703 ff7-01-02 > att 9900 Author-personal-bibliography > # Author-in-order - firstname lastname in 245$c statement of responsibility > att 9902 Author-in-order > +# Lexile number > +att 9903 lex > diff --git a/etc/zebradb/ccl.properties b/etc/zebradb/ccl.properties > index 2378c79..ea0733a 100644 > --- a/etc/zebradb/ccl.properties > +++ b/etc/zebradb/ccl.properties > @@ -1031,6 +1031,9 @@ l-format 1=8703 > > Illustration-code 1=Illustration-code > > +# Lexile Number > +lex 1=9903 r=r > + > ## Statuses > popularity 1=issues > > diff --git a/etc/zebradb/marc_defs/marc21/biblios/record.abs > b/etc/zebradb/marc_defs/marc21/biblios/record.abs > index 4851413..47be88f 100644 > --- a/etc/zebradb/marc_defs/marc21/biblios/record.abs > +++ b/etc/zebradb/marc_defs/marc21/biblios/record.abs > @@ -147,6 +147,7 @@ melm 505$t Title > melm 505 Note:w,Note:p > melm 510 Indexed-by > melm 520 Abstract:w,Abstract:p > +melm 521$a lex:n > #melm 533$d pubdate,pubdate:s > #melm 541$d Date-of-acquisition,Date-of-acquisition:s > melm 590 Note:w,Note:p > -- > 1.5.6 > > _______________________________________________ > Koha-patches mailing list > [email protected] > http://lists.koha.org/mailman/listinfo/koha-patches > -- Galen Charlton VP, Research & Development, LibLime [email protected] p: 1-888-564-2457 x709 skype: gmcharlt _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
