Koha/cataloguing
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
..
value_builder Adding another barcode autogeneration sequence to barcode.pl - bumped ver to 054 2008-02-16 11:29:13 -06:00
addbiblio.pl fix XHTML validation errors in addbiblio.pl 2008-02-11 16:35:23 -06:00
addbooks.pl bug 1893: add jump link to reservoir search results 2008-02-27 09:02:52 -06:00
additem.pl created old_issues and old_reserves tables 2008-03-15 08:36:31 -05:00
plugin_launcher.pl cataloge subdir (and cataloguing) - Dates.pm integration and warnings fixes. 2007-12-04 18:21:11 -06:00
thesaurus_popup.pl functions that were in C4::Interface::CGI::Output are now in C4::Output. 2007-04-24 13:54:28 +00:00
z3950_search.pl IMPORTANT - refactor MARC character set handling 2008-02-03 07:23:56 -06:00