Topic: Import Multi Journal Entries
I downlaod this official extention of FA
ON line 69 there is a function call
add_bank_transaction($entry->trans_type, $bank_account, $entry, $entry->tran_date, // FA built-in function
false, false, false, $entry->reference, $entry->memo_, false);But there is no bulit in function with this name.
