Skip to content

Commit

Permalink
Merge pull request #7713 from ehuelsmann/fix/master/consistency-conne…
Browse files Browse the repository at this point in the history
…ction-data

Show database and username in consistency screen
  • Loading branch information
ehuelsmann authored Nov 13, 2023
2 parents 53f4264 + 399ace7 commit 786eed7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/LedgerSMB/Scripts/setup.pm
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,9 @@ sub consistency {
$request,
'setup/consistency_results',
{
results => $results
database => $request->{database},
login => $request->{login},
results => $results
});
}

Expand Down

0 comments on commit 786eed7

Please sign in to comment.