Koha/catalogue
Galen Charlton 9222f7a6ca created old_issues and old_reserves tables
The new tables have the same structure and constraints
as the tables they archive with the following exceptions:

* borrowernumber and biblionumber in old_reserves can be
  NULL
* the FK constraints (e.g., for itemnumber) on old_reserves
  set the child column to NULL if the parent row is deleted
  instead of deleting the child row.
* there is no FK constraint on old_issues.branchcode, allowing
  a branch to be deleted without changing archived requests.

Some miscellaneous cleanup was done as part of this patch:

* GetMemberIssuesAndFines (C4::Members) now uses bind variables
* fixed POD for GetMemberIssuesAndFines

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-15 08:36:31 -05:00
..
cardview.pl fixing facets, add cardview (XSLT), adding dependencies, save Record 2007-11-17 10:49:31 -06:00
detail.pl created old_issues and old_reserves tables 2008-03-15 08:36:31 -05:00
detailprint.pl item rework: moved various accessor functions 2008-01-03 16:25:05 -06:00
dictionary.pl cataloge subdir (and cataloguing) - Dates.pm integration and warnings fixes. 2007-12-04 18:21:11 -06:00
export.pl HTML::Template => HTML::Template::Pro 2007-12-02 14:55:55 -06:00
ISBDdetail.pl item rework: moved various accessor functions 2008-01-03 16:25:05 -06:00
issuehistory.pl cleanup for catalogue/ dir Dates integration 2007-12-04 19:07:09 -06:00
MARCdetail.pl Bug Fixing : title not displayed in UNIMARC 2008-01-04 17:52:15 -06:00
moredetail.pl item rework: moved various accessor functions 2008-01-03 16:25:05 -06:00
search.pl Adding value to tell getitemtypeimagesrc() where it was called from so that it returns the correct path to the image. 2008-02-27 09:02:51 -06:00
showmarc.pl updates to acqui - first of several commits 2008-01-01 15:07:02 -06:00
suggest.pl removing useless code 2007-10-24 17:03:38 -05:00
updateitem.pl created old_issues and old_reserves tables 2008-03-15 08:36:31 -05:00