Address comments

This commit is contained in:
JCW
2026-07-27 14:47:50 +01:00
parent 867d7a7923
commit 47c16bb5d2
7 changed files with 24 additions and 8 deletions

View File

@@ -287,7 +287,7 @@ constructLoanState(SLE::const_ref loan);
* been accepted by the borrower.
*/
inline bool
isPendingLoan(SLE::const_ref loan)
isLoanPending(SLE::const_ref loan)
{
return loan->isFlag(lsfLoanPending);
}