Bank Transactions matching default category ID
This commit is contained in:
parent
01bdcc39fa
commit
9cb68884b3
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ class MatchBankTransactions implements ShouldQueue
|
|||
|
||||
private function resolveCategory() :?int
|
||||
{
|
||||
if(array_key_exists('ninja_category_id', $this->input) && strlen($this->input['ninja_category_id']) >=1){
|
||||
if(array_key_exists('ninja_category_id', $this->input) && strlen($this->input['ninja_category_id']) >1){
|
||||
$this->bt->ninja_category_id = $this->input['ninja_category_id'];
|
||||
$this->bt->save();
|
||||
nlog("ninja category set");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue