|
Lines 476-489
search_for_data_inconsistencies.pl
Link Here
|
| 476 |
|
476 |
|
| 477 |
Catch data inconsistencies in Koha database |
477 |
Catch data inconsistencies in Koha database |
| 478 |
|
478 |
|
| 479 |
* Items with undefined homebranch and/or holdingbranch |
479 |
=over 4 |
| 480 |
* Authorities with undefined authtypecodes/authority types |
480 |
|
| 481 |
* Item types: |
481 |
=item * Items with undefined homebranch and/or holdingbranch |
| 482 |
* if item types are defined at item level (item-level_itypes=specific item), |
482 |
|
| 483 |
then items.itype must be set else biblioitems.itemtype must be set |
483 |
=item * Authorities with undefined authtypecodes/authority types |
| 484 |
* Item types defined in items or biblioitems must be defined in the itemtypes table |
484 |
|
| 485 |
* Invalid MARCXML in bibliographic records |
485 |
=item * Item types: |
| 486 |
* Patrons with invalid category types due to lower and upper age limits |
486 |
|
| 487 |
* Any date fields in the database (timestamp, datetime, date) set to 0000-00-00 |
487 |
=over 4 |
|
|
488 |
|
| 489 |
=item * if item types are defined at item level (item-level_itypes=specific item), |
| 490 |
then items.itype must be set else biblioitems.itemtype must be set |
| 491 |
|
| 492 |
=item * Item types defined in items or biblioitems must be defined in the itemtypes table |
| 493 |
|
| 494 |
=back |
| 495 |
|
| 496 |
=item * Invalid MARCXML in bibliographic records |
| 497 |
|
| 498 |
=item * Patrons with invalid category types due to lower and upper age limits |
| 499 |
|
| 500 |
=item * Any date fields in the database (timestamp, datetime, date) set to 0000-00-00 |
| 501 |
|
| 502 |
=back |
| 488 |
|
503 |
|
| 489 |
=cut |
504 |
=cut |
| 490 |
- |
|
|