diff options
| author | ivan <ivan> | 2011-09-22 00:28:30 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2011-09-22 00:28:30 +0000 |
| commit | ad459f213306f06bec36841e2aca8631692e6b55 (patch) | |
| tree | 2661039fc5866deb8a1dc09312ef20f3e678b3e9 /FS | |
| parent | 0cf16c3542043a3892f1e8b6f2671eef9f8d381c (diff) | |
add datestamp to batch name derived from filename, remove temp files for all errors that abort processing, RT#14385
Diffstat (limited to 'FS')
| -rwxr-xr-x | FS/bin/freeside-cdr-sftp_and_import | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/bin/freeside-cdr-sftp_and_import b/FS/bin/freeside-cdr-sftp_and_import index d28a63c06..48b6f697f 100755 --- a/FS/bin/freeside-cdr-sftp_and_import +++ b/FS/bin/freeside-cdr-sftp_and_import @@ -2,7 +2,7 @@ use strict; use Getopt::Std; -use Date::Format; +use Date::Format qw(str2time); use Net::SFTP::Foreign::Compat; use Net::FTP; use FS::UID qw(adminsuidsetup datasrc); |
