[Koha-bugs] [Bug 14649] fund names not displayed in budget planning

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 6 09:58:15 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14649

--- Comment #5 from Fridolin SOMERS <fridolin.somers at biblibre.com> ---
Created attachment 41398
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41398&action=edit
Bug 14649: Followup - correct budget_period_id in fund name link

Now that fund name is displayed in the table as a link, you see that arg
budget_period_id is never defined in this link.

This is because the template var is [% budget_line.budget_period_id %] instead
of [% budget_period_id %].
This looks like a mistake when converting from tmpl to tt.

Test plan :
- Without patch
- Look for a planning with funds :
    /cgi-bin/koha/admin/aqplan.pl?budget_period_id=2&authcat=MONTHS
- Click on a fund name
=> You see in URL that budget_id is empty :
    /cgi-bin/koha/admin/aqbudgets.pl?op=add_form&budget_id=6&budget_period_id=
- Apply patch
- Look for a planning with funds :
    /cgi-bin/koha/admin/aqplan.pl?budget_period_id=2&authcat=MONTHS
- Click on a fund name
=> you see in URL that budget_id is defined like in planning page :
    /cgi-bin/koha/admin/aqbudgets.pl?op=add_form&budget_id=6&budget_period_id=2

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list