Bugzilla – Attachment 59419 Details for
Bug 15503
Grab Item Information from Order Files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15503 [QA Followup] - Display "uneven number of fields" error only in relevant biblios
Bug-15503-QA-Followup---Display-uneven-number-of-f.patch (text/plain), 1.75 KB, created by
Kyle M Hall (khall)
on 2017-01-23 14:05:01 UTC
(
hide
)
Description:
Bug 15503 [QA Followup] - Display "uneven number of fields" error only in relevant biblios
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2017-01-23 14:05:01 UTC
Size:
1.75 KB
patch
obsolete
>From 4d060bc988090405d24aae2c8e9fe1c9da21904a Mon Sep 17 00:00:00 2001 >From: Matthias Meusburger <matthias.meusburger@biblibre.com> >Date: Wed, 19 Oct 2016 16:36:13 +0200 >Subject: [PATCH] Bug 15503 [QA Followup] - Display "uneven number of fields" > error only in relevant biblios > >--- > acqui/addorderiso2709.pl | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/acqui/addorderiso2709.pl b/acqui/addorderiso2709.pl >index c9b9ae8..b2c9662 100755 >--- a/acqui/addorderiso2709.pl >+++ b/acqui/addorderiso2709.pl >@@ -571,7 +571,7 @@ sub import_biblios_list { > > $cellrecord{'iteminfos'} = \@itemlist; > } else { >- $item_error = 1; >+ $cellrecord{'item_error'} = 1; > } > push @list, \%cellrecord; > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >index 939b466..d53faec 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >@@ -315,7 +315,7 @@ > </ol> > </div> > <div style="float:right"> >- [% IF item_error %]Item records could not be processed because the number of item fields was uneven.[% END %] >+ [% IF biblio.item_error %]Item records could not be processed because the number of item fields was uneven.[% END %] > [% FOREACH item IN biblio.iteminfos %] > <fieldset> > <legend>Item Record [% item.item_id %]</legend> >-- >2.1.4
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 15503
:
53493
|
54480
|
54660
|
55057
|
55616
|
55617
|
55926
|
55927
|
55928
|
56851
|
56852
|
57123
|
57124
|
57125
|
57715
|
58103
|
58132
|
58164
|
58165
|
58166
|
58376
|
58377
|
59093
|
59097
|
59415
|
59416
|
59417
|
59418
|
59419
|
59420
|
59421
|
59515
|
60025
|
60026
|
60027
|
60028
|
60029
|
60030
|
60031
|
60032
|
60203
|
60204
|
60205
|
60206
|
60207
|
60208
|
60209
|
60210
|
60211