[freeside-commits] branch FREESIDE_3_BRANCH updated. 38e4d0297f45363d7b95d503bd0892b994d67e4e
Ivan
ivan at 420.am
Thu Apr 6 12:11:56 PDT 2017
The branch, FREESIDE_3_BRANCH has been updated
via 38e4d0297f45363d7b95d503bd0892b994d67e4e (commit)
from cd806feccf2a67aa73de7f38ca9d2bf8b129b0a1 (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 38e4d0297f45363d7b95d503bd0892b994d67e4e
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Apr 6 12:11:55 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 0246c02..eb14db0 100644
--- a/FS/FS/Template_Mixin.pm
+++ b/FS/FS/Template_Mixin.pm
@@ -566,6 +566,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