Bug 11944: Fix fund names encoding on the parcel page
authorJonathan Druart <jonathan.druart@biblibre.com>
Wed, 9 Apr 2014 13:21:50 +0000 (15:21 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 13 Jan 2015 16:07:16 +0000 (13:07 -0300)
commit9987dbaebea120ad6eed9227b6d46856e6fb0418
tree0583edecb036e59e808c07f66844222bb9b7dfae
parentfe1e6d86cadb9002c8e25d9787b0a7a0065c79dd
Bug 11944: Fix fund names encoding on the parcel page

On the parcel page, the subtotal values are stored in an hashref. The
key was the fund name. The fund name being encoded in utf8, the hashref
was broken.
This patch replaces this logic creating a key based on an integer.
The budget name is now stored in a new "budget_name" key.

Note: It also fixes a small ergonomic issue (a td was missing in the
tfoot).

Signed-off-by: Paola Rossi <paola.rossi@cineca.it>
Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Signed-off-by: Dobrica Pavlinusic <dpavlin@rot13.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt