summaryrefslogtreecommitdiff
path: root/FS/FS/part_event/Action/cust_bill_send_agent.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/part_event/Action/cust_bill_send_agent.pm')
-rw-r--r--FS/FS/part_event/Action/cust_bill_send_agent.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/part_event/Action/cust_bill_send_agent.pm b/FS/FS/part_event/Action/cust_bill_send_agent.pm
index bbb757b..cb13b1f 100644
--- a/FS/FS/part_event/Action/cust_bill_send_agent.pm
+++ b/FS/FS/part_event/Action/cust_bill_send_agent.pm
@@ -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'),
);
}