Ask, reply and learn. Join the community of Akaunting.
I recently tried to delete a transfer that was made accidently. Finding no way to do it in the transfer page I resorted to having to delete it from the income and the expenses page.
This seems to have broken my Transfer page which just says "Oops, something went wrong". Any ideas?
(1/1) ErrorException |
---|
in Transfers.php (line 42) |
at HandleExceptions->handleError(8, 'Trying to get property of non-object', '/Users/onurmutlu/Code/akaunting/app/Http/Controllers/Banking/Transfers.php', 42, array('request' => object(Request), 'items' => object(LengthAwarePaginator), 'accounts' => object(Collection), 'transfers' => array(object(stdClass)), 'item' => object(Transfer), 'payment' => object(Payment), 'revenue' => null))in Transfers.php (line 42) |
I had same issue, you need to go to revenues table and un-delete, "deleted at" columns to NULL (in my case). It may be other relation for your case, need to check with the error you get.
Showing 1 to 3 of 3 discussions