add raw date to invoice templates, RT#21007
authorIvan Kohler <ivan@freeside.biz>
Sat, 1 Jun 2013 05:27:12 +0000 (22:27 -0700)
committerIvan Kohler <ivan@freeside.biz>
Sat, 1 Jun 2013 05:27:12 +0000 (22:27 -0700)
FS/FS/cust_bill.pm

index d803152..c9b03c0 100644 (file)
@@ -2726,6 +2726,7 @@ sub print_generic {
 
     #invoice info
     'invnum'          => $self->invnum,
+    '_date'           => $self->_date,
     'date'            => time2str($date_format, $self->_date),
     'today'           => time2str($date_format_long, $today),
     'terms'           => $self->terms,