Merge branch 'master' of github.com:akaunting/akaunting
This commit is contained in:
@ -107,7 +107,7 @@ class Item extends Model
|
||||
return $query;
|
||||
}
|
||||
|
||||
return $query->whereIn('type', $type);
|
||||
return $query->whereIn($this->qualifyColumn('type'), $type);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user