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

    p_cir_80 has drop down list for report type, but no list

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

    Description:
    In services when you bring up cir-80, in transit report, it has a drop-down list for the report type, but the list is empty. It seems to default to type 00 and in the list of XSL forms, I can see only one report format, a 00 format. So it looks like there is only one form type, but that the service menu for that report has the drop down list? Should this be changed or are there missing report types?

    Resolution:
    Corrected by v20 rep_change 2515. (Change to p-cir-80.xml.)

    [Details:]

    The ./pc_b_eng/p-cir-80.xml file had this:

    <drop_down>
    <argname>F05</argname>
    <label>Report Format</label>
    <default>00</default>
    <cbitem>
    <value>00</value>
    <display></display> <---------------
    </cbitem>
    </drop_down>

    This has been corrected to:

    <drop_down>
    <argname>F05</argname>
    <label>Report Format</label>
    <default>00</default>
    <cbitem>
    <value>00</value>
    <display>00</display> <---------------
    </cbitem>
    </drop_down>

    so that the "00" displays on the submission screen.



    This issue is still open and was escalated to Development for further investigation <2008-07-27 01:00:07>.


    • Article last edited: 10/8/2013