Bugzilla – Attachment 105736 Details for
Bug 25687
Switch Y/N in EDI accounts table for Yes and No for better translatability
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25687: Switch Y/N in EDI accounts table for Yes and No for better translatability
Bug-25687-Switch-YN-in-EDI-accounts-table-for-Yes-.patch (text/plain), 2.45 KB, created by
Katrin Fischer
on 2020-06-11 11:48:52 UTC
(
hide
)
Description:
Bug 25687: Switch Y/N in EDI accounts table for Yes and No for better translatability
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-06-11 11:48:52 UTC
Size:
2.45 KB
patch
obsolete
>From 69ddf0d66d94a0dc80d6db1a8d600052956633e7 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 9 Jun 2020 20:05:48 +0000 >Subject: [PATCH] Bug 25687: Switch Y/N in EDI accounts table for Yes and No > for better translatability > >This patch changes the list of EDI accounts shown in EDI administration >so that columns which previously used "Y" or "N" now show "Yes" or "No." > >To test, apply the patch and go to Administration -> EDI accounts. > >If necessary, add an EDI account. In the table of information about the >EDI account, the columns with information about quotes, orders, >invoices, responses, and auto-ordering should show "Yes" or "No" based >on the account's settings. > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../prog/en/modules/admin/edi_accounts.tt | 20 ++++++++++---------- > 1 file changed, 10 insertions(+), 10 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 79388b8ada..8f69e04767 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 >@@ -282,29 +282,29 @@ > </td> > <td>[% account.san | html %]</td> > [% IF account.quotes_enabled %] >- <td>Y</td> >+ <td>Yes</td> > [% ELSE %] >- <td>N</td> >+ <td>No</td> > [% END %] > [% IF account.orders_enabled %] >- <td>Y</td> >+ <td>Yes</td> > [% ELSE %] >- <td>N</td> >+ <td>No</td> > [% END %] > [% IF account.invoices_enabled %] >- <td>Y</td> >+ <td>Yes</td> > [% ELSE %] >- <td>N</td> >+ <td>No</td> > [% END %] > [% IF account.responses_enabled %] >- <td>Y</td> >+ <td>Yes</td> > [% ELSE %] >- <td>N</td> >+ <td>No</td> > [% END %] > [% IF account.auto_orders %] >- <td>Y</td> >+ <td>Yes</td> > [% ELSE %] >- <td>N</td> >+ <td>No</td> > [% END %] > <td class="actions"> > <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/edi_accounts.pl?op=acct_form&id=[% account.id | html %]"><i class="fa fa-pencil"></i> Edit</a> <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/edi_accounts.pl?op=delete_confirm&id=[% account.id | html %]"><i class="fa fa-trash"></i> Delete</a> >-- >2.11.0
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 25687
:
105670
|
105689
| 105736