diff options
Diffstat (limited to 'FS/FS/Setup.pm')
-rw-r--r-- | FS/FS/Setup.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FS/FS/Setup.pm b/FS/FS/Setup.pm index e27b66fc5..29130fa61 100644 --- a/FS/FS/Setup.pm +++ b/FS/FS/Setup.pm @@ -400,6 +400,9 @@ sub initial_data { #phone types 'phone_type' => [], + #message templates + 'msg_template' => [], + ; \%hash; |