mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-04-16 03:19:37 +00:00
Fix "[Semantical Error] line 0, col 274 near 'storageLocations.name))': Error: 'storageLocations' is not defined." when trying to sort by column Storage Locations
This commit is contained in:
parent
d9773becfd
commit
2c607c7e26
1 changed files with 2 additions and 0 deletions
|
|
@ -231,6 +231,8 @@ class ProjectBomEntriesDataTable implements DataTableTypeInterface
|
|||
->leftJoin('part.category', 'category')
|
||||
->leftJoin('part.footprint', 'footprint')
|
||||
->leftJoin('part.manufacturer', 'manufacturer')
|
||||
->leftJoin('part.partLots', 'partLots')
|
||||
->leftJoin('partLots.storage_location', 'storageLocations')
|
||||
->where('bom_entry.project = :project')
|
||||
->setParameter('project', $options['project'])
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue