https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41766

            Bug ID: 41766
           Summary: Fix POD in search_for_data_inconsistencies.pl
   Initiative type: ---
        Sponsorship ---
            status:
           Product: Koha
           Version: Main
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P5 - low
         Component: Command-line Utilities
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

misc/maintenance/search_for_data_inconsistencies.pl has POD that looks like
this: 

=head1 DESCRIPTION

Catch data inconsistencies in Koha database

* Items with undefined homebranch and/or holdingbranch
* Authorities with undefined authtypecodes/authority types
* Item types:
  * if item types are defined at item level (item-level_itypes=specific item),
    then items.itype must be set else biblioitems.itemtype must be set
  * Item types defined in items or biblioitems must be defined in the itemtypes
table
* Invalid MARCXML in bibliographic records
* Patrons with invalid category types due to lower and upper age limits
* Any date fields in the database (timestamp, datetime, date) set to 0000-00-00

The list is not in POD list syntax, so it is rendered like this: 

DESCRIPTION
    Catch data inconsistencies in Koha database

    * Items with undefined homebranch and/or holdingbranch * Authorities
    with undefined authtypecodes/authority types * Item types: * if item
    types are defined at item level (item-level_itypes=specific item), then
    items.itype must be set else biblioitems.itemtype must be set * Item
    types defined in items or biblioitems must be defined in the itemtypes
    table * Invalid MARCXML in bibliographic records * Patrons with invalid
    category types due to lower and upper age limits * Any date fields in
    the database (timestamp, datetime, date) set to 0000-00-00

The list should either be indented to render as a sort of "pre formatted text
block" or have the proper list syntax with something like "=item *".

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to