Bugzilla – Attachment 130960 Details for
Bug 30130
Allow setting EDI type at the vendor level
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30130: (QA follow-up) Move description to template
Bug-30130-QA-follow-up-Move-description-to-templat.patch (text/plain), 2.01 KB, created by
Martin Renvoize (ashimema)
on 2022-02-21 12:09:51 UTC
(
hide
)
Description:
Bug 30130: (QA follow-up) Move description to template
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-02-21 12:09:51 UTC
Size:
2.01 KB
patch
obsolete
>From a7cd4d38fc8c38a03fa54f5ea869aaca0a4b3df7 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 21 Feb 2022 12:09:18 +0000 >Subject: [PATCH] Bug 30130: (QA follow-up) Move description to template > >--- > .../prog/en/modules/admin/edi_accounts.tt | 17 +++++++++++------ > 1 file changed, 11 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt >index ce4669cd86..4190665cc6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt >@@ -189,13 +189,18 @@ EDI accounts › Administration › Koha > <label for="standard">Standard:</label> > <select name="standard" id="standard"> > [% FOREACH standard IN standards %] >- [% IF standard.code == account.standard %] >- <option value="[% standard.code | html %]" selected="selected"> >- [% standard.description | html %] >+ [% IF standard == 'BIC' %] >+ [% SET description = 'BiC' %] >+ [% ELSE %] >+ [% SET description = 'EDItEUR' %] >+ [% END %] >+ [% IF standard == account.standard %] >+ <option value="[% standard | html %]" selected="selected"> >+ [% description | html %] > </option> > [% ELSE %] >- <option value="[% standard.code | html %]"> >- [% standard.description | html %] >+ <option value="[% standard | html %]"> >+ [% description | html %] > </option> > [% END %] > [% END %] >@@ -328,7 +333,7 @@ EDI accounts › Administration › Koha > ([% account.id_code_qualifier | html %]) > </td> > <td>[% account.san | html %]</td> >- <td>[% account.standard | html %]</td> >+ <td>[% IF account.standard == 'BIC' %]BiC[% ELSE %]EDItEUR[% END %]</td> > [% IF account.quotes_enabled %] > <td>Yes</td> > [% ELSE %] >-- >2.20.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 30130
:
130852
|
130860
|
130960
|
130966
|
130967
|
130968
|
130969
|
130970
|
130991
|
130992
|
130993
|
130994
|
130995
|
130996
|
132404
|
132405
|
132406
|
132407
|
132408
|
132409
|
132410