[Koha-patches] [PATCH] (bug #3187) authority search pagination doesn't work

Nicole Engard nicole.engard at liblime.com
Tue May 5 13:02:15 CEST 2009


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
nce at liblime.com
AIM/Y!/Skype: nengard

http://liblime.com
http://blogs.liblime.com/open-sesame/



On Tue, May 5, 2009 at 5:53 AM, Nahuel ANGELINETTI
<nahuel.angelinetti at biblibre.com> 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
> Koha-patches at lists.koha.org
> http://lists.koha.org/mailman/listinfo/koha-patches
>



More information about the Koha-patches mailing list