Koha/serials
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
..
acqui-search-result.pl cleanup for serials and members for Dates 2007-12-04 19:03:35 -06:00
acqui-search.pl serials subdir - Dates.pm integration and warnings fixes. 2007-12-04 18:21:07 -06:00
checkexpiration.pl cleanup for serials and members for Dates 2007-12-04 19:03:35 -06:00
claims.pl removing useless code 2007-10-24 17:03:38 -05:00
distributedto.pl serials subdir - Dates.pm integration and warnings fixes. 2007-12-04 18:21:07 -06:00
lateissues-excel.pl reintroducing lateissues-excel 2007-12-14 09:09:37 -06:00
member-search.pl Bugfixes & improvements (various and minor) : 2007-05-22 09:13:54 +00:00
receipt.pl removing useless code 2007-10-24 17:03:38 -05:00
reorder_members.pl cleanup for serials and members for Dates 2007-12-04 19:03:35 -06:00
routing-preview.pl created old_issues and old_reserves tables 2008-03-15 08:36:31 -05:00
routing.pl replaced incorrect '=>' with '=' 2008-01-03 20:22:19 -06:00
serial-issues.pl serials subdir - Dates.pm integration and warnings fixes. 2007-12-04 18:21:07 -06:00
serials-collection.pl Populate serialitems table, bugfix 2008-01-10 13:45:19 -06:00
serials-edit.pl fix record->field call on autobarcode 2008-01-10 15:36:18 -06:00
serials-home.pl Patch from Joe Atzberger to remove $Id$ and $Log$ from scripts 2007-10-18 16:27:04 -05:00
serials-recieve.pl item rework: moved various accessor functions 2008-01-03 16:25:05 -06:00
statecollection.pl cleanup for serials and members for Dates 2007-12-04 19:03:35 -06:00
subscription-add.pl Date format fix for serials irregularities. 2008-02-18 19:30:42 -06:00
subscription-bib-search.pl 1409 empty search term in subscription search biblio 2007-10-05 19:54:31 -05:00
subscription-copy.pl serials subdir - Dates.pm integration and warnings fixes. 2007-12-04 18:21:07 -06:00
subscription-detail.pl Some templating for serials. 2008-01-08 11:11:46 -06:00
subscription-renew.pl cleanup for serials and members for Dates 2007-12-04 19:03:35 -06:00
viewalerts.pl Patch from Joe Atzberger to remove $Id$ and $Log$ from scripts 2007-10-18 16:27:04 -05:00