Bugzilla – Attachment 95335 Details for
Bug 23767
Spent and Ordered total values don't include child funds on acqui-home
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23767: (QA follow-up) Same treatment for available
Bug-23767-QA-follow-up-Same-treatment-for-availabl.patch (text/plain), 1.19 KB, created by
Martin Renvoize (ashimema)
on 2019-11-12 16:33:40 UTC
(
hide
)
Description:
Bug 23767: (QA follow-up) Same treatment for available
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-11-12 16:33:40 UTC
Size:
1.19 KB
patch
obsolete
>From 9eff7ed1713d6e9c76aba73d0af5986f6c06c341 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 12 Nov 2019 16:32:28 +0000 >Subject: [PATCH] Bug 23767: (QA follow-up) Same treatment for available > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt | 6 +----- > 1 file changed, 1 insertion(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >index 02bcf6b70a..e173c154b8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >@@ -151,11 +151,7 @@ > </a> > </td> > <td class="data"> >- [% IF loop_budge.budget_parent_id %] >- [% loop_budge.budget_avail | $Price %] >- [% ELSE %] >- <span class="total_amount">[% loop_budge.budget_avail | $Price %]</span> >- [% END %] >+ <span class="total_amount">[% loop_budge.budget_avail | $Price %]</span> > </td> > </tr> > [% END %] >-- >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 23767
:
93828
|
94811
|
95334
|
95335
|
95840
|
95841
|
95987
|
95988
|
98618
|
116258
|
116284
|
116285
|
116701
|
116702