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> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
parent
075931adda
commit
119087103c
1 changed files with 8 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue