make sure invoice_(latex|html)returnaddress is configurable per-agent
authorivan <ivan>
Thu, 9 Jun 2005 06:01:10 +0000 (06:01 +0000)
committerivan <ivan>
Thu, 9 Jun 2005 06:01:10 +0000 (06:01 +0000)
FS/FS/cust_bill.pm

index ed08ae7..3c53ecd 100644 (file)
@@ -1336,7 +1336,7 @@ sub print_latex {
   }
 
   my $returnaddress;
-  if ( length($conf->config_orbase('invoice_latexreturnaddress', $template) ) {
+  if ( length($conf->config_orbase('invoice_latexreturnaddress', $template)) ) {
     $returnaddress = join("\n",
       $conf->config_orbase('invoice_latexreturnaddress', $template)
     );