]> git.evergreen-ils.org Git - Evergreen.git/commit
Address ISBN issues in T-PAC
authorDan Scott <dan@coffeecode.net>
Tue, 16 Aug 2011 20:44:16 +0000 (16:44 -0400)
committerDan Scott <dan@coffeecode.net>
Tue, 16 Aug 2011 20:44:16 +0000 (16:44 -0400)
commit06d945794fca67c693c1691e1d38e39643fbe500
tree7ac6050f7c588003e1276c3bb2d52131e15957b0
parent0d0cc97fa8b58e0044ecc44633e5c109d551be72
Address ISBN issues in T-PAC

A few problems fixed here:

* Refer to args.isbns (plural) consistently; at times we were referring
  to args.isbn which did not exist
* Grab the textContent of the SFX ISBN node rather than the raw
  XML::LibXML Element
* Use an assignment operation when regex'ing the SFX ISBN, as the
  in-place was interpreted as a "print me" stmt and displaying the raw
  SFX ISBN.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates/default/opac/parts/misc_util.tt2
Open-ILS/src/templates/default/opac/parts/result/table.tt2