Closed sajidanower23 closed 5 years ago
The physical location (lat, long) and the GLN should be linked in the location table in BusinessRegistry. SCS should only know/care about GLNs.
I'm not sure what the code looks like now. I'll self assign and investigate.
Original Author: fal05c
Closed via #245
Original Author: mas17k
The table
LocationT
is defined as:However, in the module
Data.GS1.EPC
,LocationEPC
is defined asThe key point to note here is,
Lat
andLng
are unused variables here, and they have not been mentioned in the latest GS1 standards. InsideLocationT
therefore, we should have aLocationReference
instead of aLat
and aLng
Original Author: ano002
(Moved with github-migration-0.1.0.0 (package github-migration-0.1.0.0 revision df9f38b))