On Thu, Jun 4, 2009 at 9:02 PM, Grant Johnson <[email protected]> wrote:

>
> Can I generate a URL to return a catalogue entry based on an Item barcode?
>
>

You could add something like this to default/js/advanced.js in advInit():

var cgi = new CGI();
if (cgi.param('barcode'))
    advFindBarcode(cgi.param('barcode'))

That will look up the barcode and redirect you to a record detail page.

-b


-- 
Bill Erickson
| VP, Software Development & Integration
| Equinox Software, Inc. / The Evergreen Experts
| phone: 877-OPEN-ILS (673-6457)
| email: [email protected]
| web: http://esilibrary.com

Reply via email to