mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
fixes
This commit is contained in:
parent
5ecb2033db
commit
984af8750a
@ -198,7 +198,7 @@ class InboundMailEngine
|
|||||||
if (array_search($expense->id, $parsed_expense_ids))
|
if (array_search($expense->id, $parsed_expense_ids))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
array_push($parsed_expenses, $expense->id);
|
array_push($parsed_expense_ids, $expense->id);
|
||||||
|
|
||||||
} catch (\Exception $err) {
|
} catch (\Exception $err) {
|
||||||
// throw error, only, when its not expected
|
// throw error, only, when its not expected
|
||||||
|
Loading…
x
Reference in New Issue
Block a user