[freeside-commits] branch FREESIDE_4_BRANCH updated. 70fd5f1429b170de45c4ceb7b2f5709e8ce464be

Ivan ivan at 420.am
Thu Apr 6 12:11:54 PDT 2017


The branch, FREESIDE_4_BRANCH has been updated
       via  70fd5f1429b170de45c4ceb7b2f5709e8ce464be (commit)
      from  110b4873bab10365a9ce847c1e1296024db04603 (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 70fd5f1429b170de45c4ceb7b2f5709e8ce464be
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Apr 6 12:11:53 2017 -0700

    add duedate_long to invoice template substitutions, RT#75066

diff --git a/FS/FS/Template_Mixin.pm b/FS/FS/Template_Mixin.pm
index 8c63204..7596c80 100644
--- a/FS/FS/Template_Mixin.pm
+++ b/FS/FS/Template_Mixin.pm
@@ -563,6 +563,7 @@ sub print_generic {
     'notice_name'     => $notice_name, # escape?
     'current_charges' => sprintf("%.2f", $self->charged),
     'duedate'         => $self->due_date2str('rdate'), #date_format?
+    'duedate_long'    => $self->due_date2str('long'),
 
     #customer info
     'custnum'         => $cust_main->display_custnum,

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Template_Mixin.pm |    1 +
 1 file changed, 1 insertion(+)




More information about the freeside-commits mailing list