Bug 8009: Followup Item descriptive data not populated on pay.pl
authorJonathan Druart <jonathan.druart@biblibre.com>
Tue, 15 May 2012 14:29:46 +0000 (16:29 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 25 May 2012 15:26:04 +0000 (17:26 +0200)
Separation of title from the description.

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt

index 591f92e..fb06325 100644 (file)
@@ -85,7 +85,7 @@
         <input type="checkbox" checked="checked" name="incl_par_[% line.accountno %]" />
     [% END %]
     </td>
-    <td>[% line.description %] [% line.title |html_entity %]</td>
+    <td>[% line.description %] ([% line.title |html_entity %])</td>
     <td>[% line.accounttype %]</td>
     <td>[% line.notify_id %]</td>
     <td>[% line.notify_level %]</td>