Bug 13215: Fix notice deletion
authorJonathan Druart <jonathan.druart@biblibre.com>
Fri, 21 Nov 2014 09:28:02 +0000 (10:28 +0100)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 27 Nov 2014 14:42:21 +0000 (11:42 -0300)
commita5998603f346543480220bb1f2b4bcdc9044a883
tree426bf7b26dee9312a9690ab3e7a384ef7f4b602d
parentab4bb0fe5e9d0e28b47020c1b4af330d1b548204
Bug 13215: Fix notice deletion

This patch could have only been
-        name => $values[0]->{name},
+        name => $letter->{name},

Other changes are just indentation and variable names (send an hashref
$letter to the template and use the Branches TT plugin to display the
branch name)

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt
tools/letter.pl