litzvi / avc-beta

trying to build first demo for avc
0 stars 0 forks source link

a small fix. #589

Closed mei309 closed 2 years ago

mei309 commented 2 years ago

in storageMove do itemPoCodes like in storageMoves now in case of one it gives null

litzvi commented 2 years ago

I don't understand.

mei309 commented 2 years ago

you have a field itemPoCodes in storageMove and its null in case of one po, unlike in storageMoves there its not null in case of one

litzvi commented 2 years ago

you have a field itemPoCodes in storageMove and its null in case of one po, unlike in storageMoves there its not null in case of one

what class? what method? give me an example please

mei309 commented 2 years ago

https://user-images.githubusercontent.com/58453503/134406501-849f7c7d-1852-4263-8835-aa88ab906457.mp4

litzvi commented 2 years ago

How is storage move connected to loading? please give me the service/function/class you are calling?

mei309 commented 2 years ago

ContainerLoading extends RelocationProcess

mei309 commented 2 years ago

loading.getLoading(load.getId());

mei309 commented 2 years ago

ContainerLoadingDTO extends RelocationProcessDTO

litzvi commented 2 years ago

thanks. added

mei309 commented 2 years ago

ok done