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

Jonathan Druart <jonathan.dru...@biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #29994|0                           |1
        is obsolete|                            |

--- Comment #276 from Jonathan Druart <jonathan.dru...@biblibre.com> ---
Created attachment 35236
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35236&action=edit
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.ro...@cineca.it>
Signed-off-by: Bernardo Gonzalez Kriegel <bgkrie...@gmail.com>
Signed-off-by: Dobrica Pavlinusic <dpav...@rot13.org>

Signed-off-by: Martin Renvoize <martin.renvo...@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomasco...@gmail.com>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to