X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_event.pm;h=d7a35a7a9f34de7ad3ae95a40e92e94f57e2fb0d;hb=42e878b29ae26943d7dc3acfbb7f095a56ae0a2f;hp=b5436d0a4d4d5d6b6b8f17c19045268fc06a389b;hpb=7516e3da0f17eeecba27219ef96a8b5f46af2083;p=freeside.git diff --git a/FS/FS/cust_event.pm b/FS/FS/cust_event.pm index b5436d0a4..d7a35a7a9 100644 --- a/FS/FS/cust_event.pm +++ b/FS/FS/cust_event.pm @@ -481,9 +481,10 @@ sub re_X { my $modenum = $part_event->option('modenum') || ''; my $invoice_from = $part_event->option('agent_invoice_from') || ''; $cust_X->set('mode' => $modenum); - $cust_X->$method( { template => $template, - modenum => $modenum, - invoice_from => $invoice_from } ); + $cust_X->$method( { template => $template, + modenum => $modenum, + from => $invoice_from, + } ); if ( $job ) { #progressbar foo $num++;