[open-ils-commits] r7592 - trunk/Open-ILS/src/perlmods/OpenILS/WWW
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Jul 27 12:44:23 EDT 2007
Author: miker
Date: 2007-07-27 12:43:07 -0400 (Fri, 27 Jul 2007)
New Revision: 7592
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm
Log:
arg, typo
Modified: trunk/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm 2007-07-27 16:41:33 UTC (rev 7591)
+++ trunk/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm 2007-07-27 16:43:07 UTC (rev 7592)
@@ -178,7 +178,7 @@
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' ) : ()),
More information about the open-ils-commits
mailing list