[open-ils-commits] r11415 - branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Dec 4 18:11:41 EST 2008


Author: erickson
Date: 2008-12-04 18:11:36 -0500 (Thu, 04 Dec 2008)
New Revision: 11415

Modified:
   branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm
Log:
added missing namespace prefix

Modified: branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm
===================================================================
--- branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm	2008-12-04 23:10:18 UTC (rev 11414)
+++ branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm	2008-12-04 23:11:36 UTC (rev 11415)
@@ -488,7 +488,7 @@
 
 		if($tcn) {
 			$marcxml->documentElement->removeChild(
-				$marcxml->documentElement->findnodes( '//datafield[@tag="035"]' )
+				$marcxml->documentElement->findnodes( '//marc:datafield[@tag="035"]' )
 			);
 		}
 	}



More information about the open-ils-commits mailing list