RT#14829: automatic payments triggered by bill now show up as Payment by fs_queue
[freeside.git] / httemplate / elements / dashboard-install_welcome.html
1 % if ( $which ) {
2 <% include("dashboard-install_welcome-$which.html") %>
3 % }
4 <%init>
5
6 my $conf = new FS::Conf;
7
8 my $which = $conf->config('dashboard-install_welcome');
9
10 </%init>