Bugzilla – Attachment 2955 Details for
Bug 5585
today's date does not display on receipts and slips
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
0001-bug-5585-fix-display-of-current-date-on-receipts-and.patch (text/plain), 863 bytes, created by
Galen Charlton
on 2011-01-06 15:38:48 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Galen Charlton
Created:
2011-01-06 15:38:48 UTC
Size:
863 bytes
patch
obsolete
>From 5e93e329e309e6e84f679579c5d8b21e04af373f Mon Sep 17 00:00:00 2001 >From: Galen Charlton <gmcharlt@gmail.com> >Date: Thu, 6 Jan 2011 10:34:04 -0500 >Subject: [PATCH] bug 5585: fix display of current date on receipts and slips > >Signed-off-by: Galen Charlton <gmcharlt@gmail.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.7.2.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 5585
:
2954
| 2955