diff --git a/src/engine/gncOwner.c b/src/engine/gncOwner.c index 7ffb5e1a25..25fa682438 100644 --- a/src/engine/gncOwner.c +++ b/src/engine/gncOwner.c @@ -1345,8 +1345,11 @@ void gncOwnerAutoApplyPaymentsWithLots (const GncOwner *owner, GList *lots) /* * Create a payment of "amount" for the owner and match it with - * the set of lots passed in. If not lots were given all open - * lots for the owner are considered. + * the set of lots passed in. + * If + * - no lots were given + * - auto_pay is true + * then all open lots for the owner are considered. */ void gncOwnerApplyPayment (const GncOwner *owner, Transaction *txn, GList *lots,