Show
Ignore:
Timestamp:
06/18/08 22:25:38 (4 months ago)
Author:
erickson
Message:

patch from Brandon Uhlman (with slight alteration discussed and 1 added sanity check) to allow item barcodes to be returned instead of titles in the patron information request. The oils_sip.xml.exmample comments do a good job of explaining it. Thanks, Brandon.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Open-ILS/examples/oils_sip.xml.example

    r9505 r9862  
    7979                                        <item name='renew all' value='false'/> 
    8080                                </supports> 
    81  
     81                                <options> 
     82                                        <!-- msg64, the patron information request can be 
     83                                          made to return item barcodes by setting 
     84                                          the option 'msg64_summary_datatype' to 'barcode' 
     85                                          as below. Any other value, or no value at all 
     86                                          will cause OpenILS::SIP to return the title 
     87                                          in response to a message 64 request, which was the 
     88                                          default behaviour in previous versions of Evergreen. 
     89                                        --> 
     90                                        <option name='msg64_summary_datatype' value='barcode' /> 
     91                                </option> 
    8292                                <scripts> 
    8393                                        <path>/openils/var/</path>