From 3714fa41c5306981c9f500df13eea52c72d82545 Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 12 Apr 2011 20:56:48 +0000 Subject: make company_phonenum available to templates, #12363 --- FS/FS/msg_template.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'FS/FS/msg_template.pm') diff --git a/FS/FS/msg_template.pm b/FS/FS/msg_template.pm index 0b9746a..73284d1 100644 --- a/FS/FS/msg_template.pm +++ b/FS/FS/msg_template.pm @@ -387,6 +387,9 @@ sub substitutions { [ company_address => sub { $conf->config('company_address', shift->agentnum) } ], + [ company_phonenum => sub { + $conf->config('company_phonenum', shift->agentnum) + } ], ], # next_bill_date 'cust_pkg' => [qw( -- cgit v1.1