Merge branch 'master' of github.com:akaunting/akaunting

This commit is contained in:
Cüneyt Şentürk
2023-06-01 16:42:24 +03:00
5 changed files with 18 additions and 7 deletions

View File

@ -107,7 +107,7 @@ class Item extends Model
return $query;
}
return $query->whereIn('type', $type);
return $query->whereIn($this->qualifyColumn('type'), $type);
}
/**