View | Details | Raw Unified | Return to bug 13159
Collapse All | Expand All

(-)a/misc/sip_cli_emulator.pl (-3 lines)
Lines 84-91 $terminator = ( $terminator eq 'CR' ) ? $CR : $CRLF; Link Here
84
# Set perl to expect the same record terminator it is sending
84
# Set perl to expect the same record terminator it is sending
85
$/ = $terminator;
85
$/ = $terminator;
86
86
87
my ( $sec, $min, $hour, $day, $month, $year ) = localtime(time);
88
$year += 1900;
89
my $transaction_date = C4::SIP::Sip::timestamp();
87
my $transaction_date = C4::SIP::Sip::timestamp();
90
88
91
my $terminal_password = $login_password;
89
my $terminal_password = $login_password;
92
- 

Return to bug 13159