[Koha-patches] [PATCH] [SIGNED-OFF] bug 5585: fix display of current date on receipts and slips

Nicole Engard nengard at bywatersolutions.com
Wed Jan 5 17:19:57 CET 2011


From: Galen Charlton <gmcharlt at gmail.com>

Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
Signed-off-by: Nicole Engard <nengard at bywatersolutions.com>
---
 members/moremember.pl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/members/moremember.pl b/members/moremember.pl
index 605e278..7de3fb0 100755
--- a/members/moremember.pl
+++ b/members/moremember.pl
@@ -426,6 +426,7 @@ $template->param(
     categoryname    => $data->{'description'},
     reregistration  => $reregistration,
     branch          => $branch,
+    todaysdate      => C4::Dates->today(),
     totalprice      => sprintf("%.2f", $totalprice),
     totaldue        => sprintf("%.2f", $total),
     totaldue_raw    => $total,
-- 
1.5.6.5



More information about the Koha-patches mailing list