Topic: Import Transactions v2.3.22-5 fix and code cleanup
In today's inclusion of Branch Number in the Import transactions v2.3.22-5 extension , please change the several instances of:
($trial == true)
to
$trial
There is also duplication of display notification at the end when $trial is true in import_transactions.php.
The full patch is attached.
The commit is in my GitHub Repo.
Additional formatting of the single lined README.md file and the hashes update are also done.
In fact, the initialisation at line 103 may not be needed ($trial=false;).