Bugzilla – Attachment 130839 Details for
Bug 16258
Add a preference to turn EDIFACT off
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16258: (QA follow-up) Hide "Suppliers report" column
Bug-16258-QA-follow-up-Hide-Suppliers-report-colum.patch (text/plain), 2.77 KB, created by
Martin Renvoize (ashimema)
on 2022-02-18 13:15:16 UTC
(
hide
)
Description:
Bug 16258: (QA follow-up) Hide "Suppliers report" column
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-02-18 13:15:16 UTC
Size:
2.77 KB
patch
obsolete
>From 0f0199c32dde7788c8663e1f4ef2c506d6b620b7 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 18 Feb 2022 12:56:44 +0000 >Subject: [PATCH] Bug 16258: (QA follow-up) Hide "Suppliers report" column > >As noted by Katrin, this column is only used for Edifact message data >and so can be hidden when Edifact is disabled. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 8 ++++++++ > 1 file changed, 8 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >index c0283afd97..01207c9c52 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >@@ -448,7 +448,9 @@ > <th>GST %</th> > <th>GST</th> > <th>Fund</th> >+ [% IF Koha.Preference('Edifact') && ediaccount %] > <th>Supplier report</th> >+ [% END %] > [% IF ( active ) %] > [% UNLESS ( closedate ) %] > <th class="NoSort">Modify</th> >@@ -475,7 +477,9 @@ > <th> </th> > <th>[% foot_loo.tax_value | $Price %]</th> > <th> </th> >+ [% IF Koha.Preference('Edifact') && ediaccount %] > <th> </th> >+ [% END %] > [% IF ( active ) %] > [% UNLESS ( closedate ) %] > <th> </th> >@@ -500,7 +504,9 @@ > <th> </th> > <th>[% total_tax_value | $Price %]</th> > <th> </th> >+ [% IF Koha.Preference('Edifact') && ediaccount %] > <th> </th> >+ [% END %] > [% IF ( active ) %] > [% UNLESS ( closedate ) %] > <th> </th> >@@ -584,7 +590,9 @@ > <td class="number">[% books_loo.tax_rate * 100 | html %]</td> > <td class="number [% IF books_loo.tax_value.search(zero_regex) %]error[% END %]">[% books_loo.tax_value | $Price %]</td> > <td>[% books_loo.budget_name | html %]</td> >+ [% IF Koha.Preference('Edifact') && ediaccount %] > <td>[% books_loo.suppliers_report | html %]</td> >+ [% END %] > [% IF ( active ) %] > [% UNLESS ( closedate ) %] > <td> >-- >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 16258
:
51185
|
51228
|
54539
|
54567
|
130451
|
130453
|
130454
|
130455
|
130470
|
130471
|
130472
|
130473
|
130474
|
130475
|
130833
|
130834
|
130835
|
130836
|
130837
|
130838
|
130839
|
130840
|
130841
|
130842
|
130952
|
130980
|
130981
|
130982
|
130983
|
130984
|
130985
|
130986
|
130987
|
130988
|
130989
|
130990
|
132391
|
132392
|
132393
|
132394
|
132395
|
132396
|
132397
|
132398
|
132399
|
132400
|
132401
|
132402