Home
last modified time | relevance | path

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

/dports/finance/grisbi/grisbi-2.0.5/src/
H A Dgsb_form.c889 GsbReal previous_debit; in gsb_form_validate_form_transaction() local
891 previous_debit = utils_real_get_from_string (save_entry); in gsb_form_validate_form_transaction()
892 balance = gsb_real_add (balance, previous_debit); in gsb_form_validate_form_transaction()