Bugzilla – Attachment 25143 Details for
Bug 8918
ILS-DI: HoldTitle and HoldItem do not calculate rank of hold
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8918: t/db_dependent/Reserves.t fails if marcflavour is UNIMARC
Bug-8918-tdbdependentReservest-fails-if-marcflavou.patch (text/plain), 1.09 KB, created by
Kyle M Hall (khall)
on 2014-02-07 16:25:46 UTC
(
hide
)
Description:
Bug 8918: t/db_dependent/Reserves.t fails if marcflavour is UNIMARC
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-02-07 16:25:46 UTC
Size:
1.09 KB
patch
obsolete
>From 84625d6bede8dafcc7c287dc81cce48573680a10 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Thu, 6 Feb 2014 15:42:08 +0100 >Subject: [PATCH] Bug 8918: t/db_dependent/Reserves.t fails if marcflavour is UNIMARC > >Set marcflavour to MARC21 to make tests pass. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Works for MARC21. But I would prefer a better fix for UNIMARC. >Will send a follow-up for that. > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > t/db_dependent/Reserves.t | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > >diff --git a/t/db_dependent/Reserves.t b/t/db_dependent/Reserves.t >index 31708c2..1ea6f82 100755 >--- a/t/db_dependent/Reserves.t >+++ b/t/db_dependent/Reserves.t >@@ -51,6 +51,8 @@ $bib->append_fields( > MARC::Field->new('245', ' ', ' ', a => $title), > ); > my ($bibnum, $bibitemnum); >+# If marcflavour is UNIMARC, AddBiblio fails and all following tests fail too. >+C4::Context->set_preference('marcflavour', 'MARC21'); > ($bibnum, $title, $bibitemnum) = AddBiblio($bib, ''); > > # Helper item for that biblio. >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8918
:
12810
|
13472
|
13565
|
15435
|
17376
|
17881
|
17882
|
17888
|
17889
|
17890
|
21328
|
21329
|
21330
|
22731
|
22732
|
24863
|
24864
|
24880
|
24881
|
24882
|
24883
|
24884
|
24885
|
24886
|
24887
|
24888
|
24920
|
25080
|
25081
|
25082
|
25083
|
25084
|
25118
|
25119
|
25139
|
25140
|
25141
|
25142
| 25143 |
25144