[freeside-commits] branch master updated. 5c70d9af4f7b07ccd9b67c203abd23f25218293e

Ivan ivan at 420.am
Fri May 31 22:26:52 PDT 2013


The branch, master has been updated
       via  5c70d9af4f7b07ccd9b67c203abd23f25218293e (commit)
      from  13a5508296bd6760314bdccdb52926d67e955d9e (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 5c70d9af4f7b07ccd9b67c203abd23f25218293e
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri May 31 22:26:51 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