FrontAccountingERP / FA

Official FrontAccounting mirror repository
91 stars 95 forks source link

Retrieve QE & Misc names on bank reconcile and statement #26

Closed braathwaate closed 5 years ago

braathwaate commented 6 years ago

Bank reconcile and the bank statement report do not print quickentry and miscellaneous names. It is because they call the wrong function, get_counterparty_name(), which derives supplier and customer names from transaction type and no. But a bank trans already has the person type and id, and only needs to call payment_person_name() to get a name of any type.