From 5a2a2f8a6f95738758b43cdbbfa48dd7830de2d5 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 27 Aug 2015 19:18:42 -0700 Subject: #21564, external message services: preview and send messages through the UI --- FS/FS/msg_template.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FS/FS/msg_template.pm') diff --git a/FS/FS/msg_template.pm b/FS/FS/msg_template.pm index 180e9de..d7d9f50 100644 --- a/FS/FS/msg_template.pm +++ b/FS/FS/msg_template.pm @@ -10,6 +10,8 @@ use FS::Record qw( qsearch qsearchs ); use FS::cust_msg; use FS::template_content; +use Date::Format qw(time2str); + FS::UID->install_callback( sub { $conf = new FS::Conf; } ); $DEBUG=0; -- cgit v1.1