diff options
| -rw-r--r-- | FS/FS/part_export/shellcommands.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/FS/FS/part_export/shellcommands.pm b/FS/FS/part_export/shellcommands.pm index 2066db418..50af45d7d 100644 --- a/FS/FS/part_export/shellcommands.pm +++ b/FS/FS/part_export/shellcommands.pm @@ -342,7 +342,7 @@ sub _export_command {    $night = shell_quote $night;    $fax = shell_quote $fax;    $otaker = shell_quote $otaker;  -  $acct_custid = shell_quote $acct_custid; +  $agent_custid = shell_quote $agent_custid;    my $command_string = eval(qq("$command"));    my @ssh_cmd_args = ( | 
