X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fmsg_template.pm;h=1dd48cc1a7d4048dfe48e1b7193f4830dd7c8c14;hb=eb8ed18a57d255741003d7d861786eada7970f50;hp=978d71394d8faf3190d2d80634b62be0e2888312;hpb=9dc878dba30e6d93ab914f0d2502f3527428b057;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}; }