mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Improve comment for gncOwnerAutoApplyPaymentsWithLots
It was no longer accurate
This commit is contained in:
parent
321278f996
commit
9dc06a2f24
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user