Bugzilla – Attachment 31986 Details for
Bug 12992
Fund planning does not display actual values
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 12992: Fund planning should display actual values
PASSED-QA-Bug-12992-Fund-planning-should-display-a.patch (text/plain), 1.70 KB, created by
Kyle M Hall (khall)
on 2014-10-03 14:11:25 UTC
(
hide
)
Description:
[PASSED QA] Bug 12992: Fund planning should display actual values
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-10-03 14:11:25 UTC
Size:
1.70 KB
patch
obsolete
>From d183e65f6f9f4390bd38fab06d103a58289f7568 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Thu, 25 Sep 2014 09:38:25 +0200 >Subject: [PATCH] [PASSED QA] Bug 12992: Fund planning should display actual values > >The 'show_actual' variable is not correctly manage in the template. >This has certainly been introduced by the migration to TT. > >Test plan: >1/ Go on a bugdet planning view (admin/aqplan.pl) >2/ Check the "Show actual/estimated values" checkbox on the left >(Filters box) >3/ Go >4/ Verify the actual values are now displayed (i.e. the columns contain >2 values). > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../intranet-tmpl/prog/en/modules/admin/aqplan.tt | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt >index d5d8906..67c24c1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt >@@ -146,7 +146,7 @@ > [% END %] > <table class="invis"> > <tr> >- [% IF ( line.show_actual ) %] >+ [% IF show_actual %] > <td >[% line.actual_amount %]</td> > [% END %] > <td> >@@ -166,7 +166,7 @@ > <td> > <table class="invis"> > <tr> >- [% IF ( budget_line.show_actual ) %] >+ [% IF show_actual %] > [% IF ( budget_line.act_negative ) %] > <td style="color: red;"> > [% ELSIF ( budget_line.act_positive ) %] >-- >1.7.2.5
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 12992
:
31862
|
31904
| 31986