From: erickson Date: Thu, 4 Dec 2008 23:13:03 +0000 (+0000) Subject: added missing namespace prefix X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6b11c0863a0288ac1fc1b8a9e3cb6f84b8db757a;p=Evergreen.git added missing namespace prefix git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2_4@11416 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"]' ) ); } }