diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-01-03 19:10:35 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-01-03 19:10:35 -0800 |
commit | 0ba73dcbc4642efebac09fba8b18f0dfad675de2 (patch) | |
tree | cc6f817c0eda60d97323bb6bb0296f84be0fa073 | |
parent | 5ec43116a8be640ad646f13c2c514a02f7fd33b5 (diff) |
added cust_bill->_date_pretty substitution, RT#29881
-rw-r--r-- | FS/FS/msg_template.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/msg_template.pm b/FS/FS/msg_template.pm index d885d4f31..bc21e653b 100644 --- a/FS/FS/msg_template.pm +++ b/FS/FS/msg_template.pm @@ -595,6 +595,7 @@ sub substitutions { 'cust_bill' => [qw( invnum _date + _date_pretty due_date )], #XXX not really thinking about cust_bill substitutions quite yet |