RT# 74435 - fixed errors in posting a echeck refund when no account is listed.
[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>