From: Ivan Kohler Date: Thu, 6 Apr 2017 19:11:53 +0000 (-0700) Subject: add duedate_long to invoice template substitutions, RT#75066 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=70fd5f1429b170de45c4ceb7b2f5709e8ce464be;p=freeside.git add duedate_long to invoice template substitutions, RT#75066 --- diff --git a/FS/FS/Template_Mixin.pm b/FS/FS/Template_Mixin.pm index 8c63204e3..7596c801e 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,