Bugzilla – Attachment 79528 Details for
Bug 21417
EDI ordering fails when basket and EAN libraries do not match
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Supplemental patch to display the null entry
0001-Bug-21417-Display-default-EAN-as-such-in-admin-displ.patch (text/plain), 1.23 KB, created by
Colin Campbell
on 2018-09-27 15:14:47 UTC
(
hide
)
Description:
Supplemental patch to display the null entry
Filename:
MIME Type:
Creator:
Colin Campbell
Created:
2018-09-27 15:14:47 UTC
Size:
1.23 KB
patch
obsolete
>From da2693dfae873ef889ff557df65fd00c17603ff0 Mon Sep 17 00:00:00 2001 >From: Colin Campbell <colin.campbell@ptfs-europe.com> >Date: Thu, 27 Sep 2018 16:07:37 +0100 >Subject: [PATCH] Bug 21417 - Display default EAN as such in admin display > >A branch value of null is interpreted as the default >Add text 'All libraries' to this case in the display >rather than blank so that its function is clear to the >user >--- > .../intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt >index fcf40de217..28e5cbcf9b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt >@@ -142,7 +142,11 @@ > </tr> > [% FOREACH ean IN eans %] > <tr> >+ [% IF ean.branch %] > <td>[% ean.branch.branchname | html %]</td> >+ [% ELSE %] >+ <td>All libraries</td> >+ [% END %] > <td>[% ean.description | html %]</td> > <td>[% ean.ean | html %]</td> > <td> >-- >2.17.1 >
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 21417
:
79475
|
79476
|
79525
|
79528
|
79607
|
80220
|
80221