diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-05-31 22:27:12 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-05-31 22:27:12 -0700 |
| commit | 1cf322d28999561d08c02a7273425dd9dab08476 (patch) | |
| tree | eadeb9f4c499448d7864e0910120543100cee85c /FS | |
| parent | 4c989c092b2db59669dd0829daf04d354a7e4017 (diff) | |
add raw date to invoice templates, RT#21007
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/cust_bill.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index d803152af..c9b03c081 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -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, |
