Bugzilla – Attachment 79607 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]
Bug 21417 - Display default EAN as such in admin display
Bug-21417---Display-default-EAN-as-such-in-admin-d.patch (text/plain), 1.29 KB, created by
Pierre-Marc Thibault
on 2018-09-28 20:11:55 UTC
(
hide
)
Description:
Bug 21417 - Display default EAN as such in admin display
Filename:
MIME Type:
Creator:
Pierre-Marc Thibault
Created:
2018-09-28 20:11:55 UTC
Size:
1.29 KB
patch
obsolete
>From 5aeb798694b241e746b880f569f58094553beae4 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 > >Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault@inLibro.com> >--- > koha-tmpl/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 fcf40de..28e5cbc 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.7.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 21417
:
79475
|
79476
|
79525
|
79528
|
79607
|
80220
|
80221