[freeside-commits] branch FREESIDE_3_BRANCH updated. e08d7155f59c6a8123ce0b2a478ec12dec911540
Ivan
ivan at 420.am
Fri May 31 22:26:53 PDT 2013
The branch, FREESIDE_3_BRANCH has been updated
via e08d7155f59c6a8123ce0b2a478ec12dec911540 (commit)
from 283452572ef5c0ae62f6753c8e144cd5863d581e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e08d7155f59c6a8123ce0b2a478ec12dec911540
Author: Ivan Kohler <ivan at freeside.biz>
Date: Fri May 31 22:26:52 2013 -0700
add raw date to invoice templates, RT#21007
diff --git a/FS/FS/Template_Mixin.pm b/FS/FS/Template_Mixin.pm
index be9d68a..e4db2ee 100644
--- a/FS/FS/Template_Mixin.pm
+++ b/FS/FS/Template_Mixin.pm
@@ -449,6 +449,7 @@ sub print_generic {
'invnum' => ( $params{'no_number'} ? '' : $self->invnum ),
'quotationnum' => $self->quotationnum,
'no_date' => $params{'no_date'},
+ '_date' => ( $params{'no_date'} ? '' : $self->_date ),
'date' => ( $params{'no_date'}
? ''
: time2str($date_format, $self->_date)
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Template_Mixin.pm | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
More information about the freeside-commits
mailing list