fix total mssql transactions
This commit is contained in:
parent
7bef85b8dd
commit
a3abf97b1e
|
@ -85,7 +85,7 @@ sub manage_selection {
|
|||
$self->{global} = {};
|
||||
$self->{database} = {};
|
||||
foreach my $row (@$result) {
|
||||
if ($row->[0] eq '_Total') {
|
||||
if ($row->[0] =~ /_Total/) {
|
||||
$self->{global}->{transactions} = $row->[1];
|
||||
next;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue