Improve comment for gncOwnerAutoApplyPaymentsWithLots

It was no longer accurate
This commit is contained in:
Geert Janssens 2014-12-17 18:46:54 +01:00
parent 321278f996
commit 9dc06a2f24

View File

@ -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,