Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    Local blocks and notes not displayed in Patron Blocks and Patron Notes tabs

    • Article Type: General
    • Product: Aleph
    • Product Version: 21

    Problem Symptoms:
    After installing Aleph 22.0.1 in our staging environment we have localized ./xxx50/pc_display_lng/user-details.

    In the Patron Blocks and Patron Notes tabs we can see blocks and notes on Global level and Library Local level (ADM), but not on Local level (sub library).

    Cause:
    Configuration

    Resolution:
    To implement the display of the local level blocks (sub library level), add the following condition to ./xxx50/pc_display_lng/user-details.

    CONDITION local-block-1
    <tr>
    <th class="table-1" id="bold" align="left" width = "45%">
    Local Block (1)
    </th>
    <td class=table-1>
    ./local-block-1
    </td>
    </tr>
    END-CONDITION
    CONDITION local-block-2
    <tr>
    <th class="table-1" id="bold" align="left" width = "45%">
    Local Block (2)
    </th>
    <td class=table-1>
    ./local-block-2
    </td>
    </tr>
    END-CONDITION
    CONDITION local-block-3
    <tr>
    <th class="table-1" id="bold" align="left" width = "45%">
    Local Block (3)
    </th>
    <td class=table-1>
    ./local-block-3
    </td>
    </tr>
    END-CONDITION

    Additional Information

    A detailed description of the implementation notes can be found in document "Ex Libris Documentation Center > Aleph > Support > Aleph 21.1 Presentations > Patron Global blocks V21 rep_change 2017"

    The instructions to implement the local blocks can be found on the following pages:
    - ALEPH level: page 10
    - ADM level: page 11
    - sublibrary level: page 12

    Category: Circulation/ALEPH

    Subject: Patrons - ALEPH


    • Article last edited: 4/23/2014