[ 1457777 ] 6.99: Can't modify non-lvalue subroutine call
This commit is contained in:
parent
89e1d83d0f
commit
7921c7a708
8 changed files with 36 additions and 60 deletions
|
|
@ -129,19 +129,6 @@ sub _appendZero {
|
|||
return $num;
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
=head2 _clearStockEditSession ( )
|
||||
|
||||
Clears the session variables from session used by the stock list edit form
|
||||
|
||||
=cut
|
||||
|
||||
sub _clearStockEditSession {
|
||||
my $self = shift;
|
||||
$self->session->form->process("symbol") = "";
|
||||
$self->session->form->process("stockId") = "";
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
=head2 _convertToEpoch (date,time)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue