From: erickson Date: Thu, 4 Dec 2008 23:11:36 +0000 (+0000) Subject: added missing namespace prefix X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a0672ee2647cd925275dc64af618511abcd5103a;p=Evergreen.git added missing namespace prefix git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@11415 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm b/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm index 87cdd8584e..79b22ae7ce 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm @@ -488,7 +488,7 @@ sub find_free_tcn { if($tcn) { $marcxml->documentElement->removeChild( - $marcxml->documentElement->findnodes( '//datafield[@tag="035"]' ) + $marcxml->documentElement->findnodes( '//marc:datafield[@tag="035"]' ) ); } }