X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fmsg_template.pm;h=1dd48cc1a7d4048dfe48e1b7193f4830dd7c8c14;hb=3cbdd85a96348a287623e3b97c937c7749e99392;hp=978d71394d8faf3190d2d80634b62be0e2888312;hpb=dd003d59f56742f9374cec309ad81d527e88c846;p=freeside.git diff --git a/FS/FS/msg_template.pm b/FS/FS/msg_template.pm index 978d71394..1dd48cc1a 100644 --- a/FS/FS/msg_template.pm +++ b/FS/FS/msg_template.pm @@ -845,7 +845,7 @@ sub _populate_initial_data { #class method die $error if $error; $conf->set( $hash->{_conf}, $msg_template->msgnum ) if $hash->{_conf}; - FS::upgrade_journal->set_done( $hash->{_upgrade_journal} ); + FS::upgrade_journal->set_done( $hash->{_upgrade_journal} ) if $hash->{_upgrade_journal}; }