email quotations, RT#22232, RT#20688
[freeside.git] / FS / FS / part_event / Action / cust_bill_send_agent.pm
index bbb757b..cb13b1f 100644 (file)
@@ -45,8 +45,8 @@ sub do_action {
 
   $cust_bill->set('mode' => $self->option('modenum'));
   $cust_bill->send(
-    'template'      => $self->option('agent_templatename'),
-    'invoice_from'  => $self->option('agent_invoice_from'),
+    'template' => $self->option('agent_templatename'),
+    'from'     => $self->option('agent_invoice_from'),
   );
 }