From: miker Date: Fri, 27 Jul 2007 16:43:07 +0000 (+0000) Subject: arg, typo X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fca30e493d0cf02f1adb2f820841b955385264d0;p=Evergreen.git arg, typo git-svn-id: svn://svn.open-ils.org/ILS/trunk@7592 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm b/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm index f8a61d23a4..199eb185ed 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm @@ -178,7 +178,7 @@ Content-type: application/xml j => $cn->label, ($cp->circ_modifier ? ( g => $cp->circ_modifier ) : ()), p => $cp->barcode, - ($cp->price ? ( y => $dollarsign.$cp->price ) : ()), + ($cp->price ? ( y => $cp->price ) : ()), ($cp->copy_number ? ( t => $cp->copy_number ) : ()), ($cp->ref eq 't' ? ( x => 'reference' ) : ()), ($cp->holdable eq 'f' ? ( x => 'unholdable' ) : ()),