diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-01-03 19:07:53 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-01-03 19:07:53 -0800 |
commit | 5ec43116a8be640ad646f13c2c514a02f7fd33b5 (patch) | |
tree | 6932cda58e9a0e653d5c3a5c92b84085fd48cb8c /FS | |
parent | a68a6b2c40470a95e4330c844d00389b9ac4c9a6 (diff) |
added cust_bill->due_date substitution, RT#29881
Diffstat (limited to 'FS')
-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 bc2b3827c..d885d4f31 100644 --- a/FS/FS/msg_template.pm +++ b/FS/FS/msg_template.pm @@ -595,6 +595,7 @@ sub substitutions { 'cust_bill' => [qw( invnum _date + due_date )], #XXX not really thinking about cust_bill substitutions quite yet |