Home
last modified time | relevance | path

Searched refs:right_lot_has_doc (Results 1 – 1 of 1) sorted by relevance

/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A DgncOwner.c1313 gboolean right_lot_has_doc; in gncOwnerAutoApplyPaymentsWithLots() local
1353 right_lot_has_doc = (gncInvoiceGetInvoiceFromLot (right_lot) != NULL); in gncOwnerAutoApplyPaymentsWithLots()
1354 if (left_lot_has_doc && right_lot_has_doc) in gncOwnerAutoApplyPaymentsWithLots()
1356 else if (!left_lot_has_doc && !right_lot_has_doc) in gncOwnerAutoApplyPaymentsWithLots()