X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fshellcommands.pm;h=3d5e672779547d11b558c21c3eeaa4b2022ee07b;hb=005242742601ebe79abc7a75ebd8c96c9ad0fce0;hp=a54c04c4b516db8c4c6dc82c184c41e80449e8ae;hpb=580a814c01dfdd9aae5947cd7cd631d14c3c05a8;p=freeside.git diff --git a/FS/FS/part_export/shellcommands.pm b/FS/FS/part_export/shellcommands.pm index a54c04c4b..3d5e67277 100644 --- a/FS/FS/part_export/shellcommands.pm +++ b/FS/FS/part_export/shellcommands.pm @@ -1,4 +1,4 @@ -ackage FS::part_export::shellcommands; +package FS::part_export::shellcommands; use vars qw(@ISA %info); use Tie::IxHash; @@ -95,7 +95,7 @@ tie my %options, 'Tie::IxHash', Run remote commands via SSH. Usernames are considered unique (also see shellcommands_withdomain). You probably want this if the commands you are running will not accept a domain as a parameter. You will need to -setup SSH for unattended operation. +setup SSH for unattended operation.

Use these buttons for some useful presets: END ); @@ -263,7 +263,7 @@ sub _export_command { { no strict 'refs'; foreach my $custf (qw( company address1 address2 city state zip country - daytime night fax otaker + daytime night fax otaker agent_custid )) { ${$custf} = $cust_pkg->cust_main->$custf();