Rotating Collections Fixes
authorKyle M Hall <kyle.m.hall@gmail.com>
Wed, 27 Jan 2010 14:53:41 +0000 (14:53 +0000)
committerGalen Charlton <gmcharlt@gmail.com>
Wed, 3 Feb 2010 00:22:05 +0000 (19:22 -0500)
commit844f63f1f8704e7f02f9fb194e5dc7142a9f12b5
tree5cbe14940a5b1c6f86973944e74d1481f3aab9fd
parentab60e8c98fe9580424adb884e1984f8703649898
Rotating Collections Fixes

This patch does the following:
  * Fixes the typos in updatedatabase.pl ( updates colBranchcode to varchar(10)
  * Adds the rotating_collections template files that somehow were not committed
  * Adds a missing sub from RotatingCollections.pm that must been deleted by accident
  * Adds the neccessary hooks in returns.pl to warn that and item needs to be returned
    to the branch that currently holds the collection.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
C4/RotatingCollections.pm
circ/returns.pl
installer/data/mysql/updatedatabase.pl
koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tmpl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tmpl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/rotatingCollections.tmpl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/transferCollection.tmpl [new file with mode: 0644]