From 99a1644f81e0eb2814a2c59327729fab2824d246 Mon Sep 17 00:00:00 2001 From: Alvet Date: Thu, 6 Dec 2018 19:27:58 +1100 Subject: [PATCH] removed index headerAn, catalogueanprefix check. removed index headerAn, catalogueanprefix check. this was causing the problem with broken cart issue. --- Koha/Plugin/EDS/bootstrap/modules/eds-results.tt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Koha/Plugin/EDS/bootstrap/modules/eds-results.tt b/Koha/Plugin/EDS/bootstrap/modules/eds-results.tt index 352876a..25558d8 100644 --- a/Koha/Plugin/EDS/bootstrap/modules/eds-results.tt +++ b/Koha/Plugin/EDS/bootstrap/modules/eds-results.tt @@ -207,11 +207,7 @@ [% ELSE %] [% END %] - [% IF index(RECORD.Header.An, catalogueanprefix) %] [% ResultRecordId = RECORD.Header.An |replace(catalogueanprefix,'') %] - [% ELSE %] - [% ResultRecordId = RECORD.Header.An %] - [% END %] [% IF RECORD.Items %] [% #Check if items exist (guest mode) %] [% IF ( opacbookbag ) #AND RECORD.Header.DbId.match(cataloguedbid) %]