[Koha-patches] [PATCH 01/17] C4/Search.pm followup auto_truncation 3.0.x cherry-pick

Henri-Damien LAURENT henridamien.laurent at biblibre.com
Fri Feb 5 14:01:42 CET 2010


Auto_truncation is used even though exact search selected.
This patch removes this side effect

Conflicts solved:
	C4/Search.pm
Cherry-picked from 3.0.x :
	3287252c0
---
 C4/Search.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/C4/Search.pm b/C4/Search.pm
index 16c6a55..540d76c 100644
--- a/C4/Search.pm
+++ b/C4/Search.pm
@@ -1417,6 +1417,7 @@ sub searchResults {
     # loop through all of the records we've retrieved
     for ( my $i = $offset ; $i <= $times - 1 ; $i++ ) {
         my $marcrecord = MARC::File::USMARC::decode( $marcresults[$i] );
+        
         if ($bibliotag<10){
             $fw = GetFrameworkCode($marcrecord->field($bibliotag)->data);
         }else{
-- 
1.6.3.3




More information about the Koha-patches mailing list