[Koha-patches] [PATCH] Rotating Collections

Nicole Engard nengard at gmail.com
Tue Jan 19 14:34:31 CET 2010


Kyle and Frédéric -- remember I need more of a description of the
patch than this if I am to document it successfully.  I'm replying to
all - since many of you have been slacking off a bit on your patch
descriptions - making me have to ask many questions on IRC and the
mailing list to be able to document them successfully.

Thanks for all of your future efforts!!

Nicole

On Tue, Jan 19, 2010 at 8:10 AM, Kyle M Hall <kyle.m.hall at gmail.com> wrote:
> Patch submitted by request from Frédéric Demians
> ---
>  C4/RotatingCollections.pm                          |  479 ++++++++++++++++++++
>  circ/returns.pl                                    |    1 +
>  installer/data/mysql/updatedatabase.pl             |    7 +
>  .../en/modules/rotating_collections/addItems.tmpl  |   78 ++++
>  .../rotating_collections/editCollections.tmpl      |  112 +++++
>  .../rotating_collections/rotatingCollections.tmpl  |   38 ++
>  .../rotating_collections/transferCollection.tmpl   |   38 ++
>  rotating_collections/addItems.pl                   |   82 ++++
>  rotating_collections/editCollections.pl            |  103 +++++
>  rotating_collections/rotatingCollections.pl        |   34 ++
>  rotating_collections/transferCollection.pl         |   66 +++
>  11 files changed, 1038 insertions(+), 0 deletions(-)
>  create mode 100644 C4/RotatingCollections.pm
>  create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tmpl
>  create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tmpl
>  create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/rotatingCollections.tmpl
>  create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/transferCollection.tmpl
>  create mode 100755 rotating_collections/addItems.pl
>  create mode 100755 rotating_collections/editCollections.pl
>  create mode 100755 rotating_collections/rotatingCollections.pl
>  create mode 100755 rotating_collections/transferCollection.pl
>

>
> _______________________________________________
> 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