@@ -, +, @@ acqui-home 1 - Have three funds, two parents and one child 2 - Open a basket and add an order to each fund 3 - View acqui-home.pl 4 - Note that ordered values are only added from the two parent funds 5 - Complete these orders (close basket, receive) 6 - Note the spent only includes parent funds 7 - Place three more orders, one from each fund 8 - Now you can see both spent and ordered are incorrect 9 - Apply patch --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt | 8 -------- 1 file changed, 8 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt @@ -142,20 +142,12 @@ - [% IF loop_budge.budget_parent_id %] - [% loop_budge.budget_ordered | $Price %] - [% ELSE %] [% loop_budge.budget_ordered | $Price %] - [% END %] - [% IF loop_budge.budget_parent_id %] - [% loop_budge.budget_spent | $Price %] - [% ELSE %] [% loop_budge.budget_spent | $Price %] - [% END %] --