Nahuel, Is this bug the same as this one: http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=2735 ?? If so I'll close mine and mark it a duplicate.
--- Nicole C. Engard Open Source Evangelist, LibLime (888) Koha ILS (564-2457) ext. 714 [email protected] AIM/Y!/Skype: nengard http://liblime.com http://blogs.liblime.com/open-sesame/ On Tue, May 5, 2009 at 5:53 AM, Nahuel ANGELINETTI <[email protected]> wrote: > this patch just set a marclist argument value on search authority, else the > pagination won't work. > --- > .../prog/en/includes/authorities-search.inc | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc > b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc > index adc09ad..9a7b2e3 100644 > --- a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc > +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc > @@ -78,7 +78,7 @@ > <!-- /TMPL_IF --> > <!-- /TMPL_LOOP --> > </select> > - <input type="hidden" name="marclist" value="" /> > + <input type="hidden" name="marclist" value="all" /> > <input type="hidden" name="and_or" value="and" /> > <input type="hidden" name="excluding" value="" /> > <select name="operator"> > -- > 1.6.0.4 > > _______________________________________________ > Koha-patches mailing list > [email protected] > http://lists.koha.org/mailman/listinfo/koha-patches > _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
