Skip to content

Commit

Permalink
Merge pull request #7714 from ehuelsmann/fix/1.11/consistency-connect…
Browse files Browse the repository at this point in the history
…ion-data

Show database and username in consistency screen
  • Loading branch information
ehuelsmann committed Nov 13, 2023
2 parents 6e08666 + 185a736 commit b29510a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/LedgerSMB/Scripts/setup.pm
Expand Up @@ -524,7 +524,9 @@ sub consistency {
$request,
'setup/consistency_results',
{
results => $results
database => $request->{database},
login => $request->{login},
results => $results
});
}

Expand Down

0 comments on commit b29510a

Please sign in to comment.