X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_bill_event.pm;fp=FS%2FFS%2Fpart_bill_event.pm;h=573b21b599fa4365d856526bc6db40465d940b65;hp=5731f78833a41f84bdb792c9c770a7c42eb5057d;hb=28aa236f554e009b2fc416378717e478992ec715;hpb=0fae7e51cc148a1cb589923f78afc3f5eb1e17c3 diff --git a/FS/FS/part_bill_event.pm b/FS/FS/part_bill_event.pm index 5731f7883..573b21b59 100644 --- a/FS/FS/part_bill_event.pm +++ b/FS/FS/part_bill_event.pm @@ -158,7 +158,12 @@ sub check { if ( $self->plandata =~ /^(agent_)?templatename\s+(.*)$/m ) { my $name= $2; - foreach my $file (qw( template latex latexnotes html htmlnotes )) { + foreach my $file (qw( template + latex latexnotes latexreturnaddress latexfooter + latexsmallfooter + html htmlnotes htmlreturnaddress htmlfooter + )) + { unless ( $conf->exists("invoice_${file}_$name") ) { $conf->set( "invoice_${file}_$name" =>