The locator have a default field ( The infoWindow are searching the MaxId of this table)
Summarizing the changes from this pull request:
Info Window -> Create lines from Shipment/ReceiptColumn -> Locator
Changing the default from:
@SQL=SELECT MAX(M_Locator_ID) FROM M_Locator WHERE M_Warehouse_ID=@M_Warehouse_ID@
to
@SQL=SELECT M_Locator_ID FROM M_Locator WHERE M_Warehouse_ID=@M_Warehouse_ID@ ORDER BY IsDefault DESC, M_Locator_ID DESC
The locator have a default field ( The infoWindow are searching the MaxId of this table)