fix(logistics): correction to the lane grab
This commit is contained in:
@@ -3,5 +3,5 @@ select IdLagerAbteilung as laneID,
|
||||
Bezeichnung as laneName
|
||||
from AlplaPROD_test1.dbo.T_LagerAbteilungen
|
||||
where Aktiv = 1
|
||||
and Bezeichnung = [laneName]
|
||||
and Bezeichnung = '[laneName]'
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user