You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When navigating between lines, product images have to be displayed in the product info panel.
But: when there is an additional POS Key Layout panel with images, the images from this underlying POS Key LAyout Panel are not displayed.
The reason: POSInfoProduct.refreshProduct() looks for the image with posPanel.getC_POSKeyLayout_ID() .
In case the product is in another POS Key Layout, the image is not found.
The text was updated successfully, but these errors were encountered:
underlying Subkey Layout.
#49
This bug fix implements the display of images for the immediate
underlying Subkey Layout (depth=1). Caveat: it is not an implementation
for Subkey Layouts of arbitrary depths. This still has to be
implemented.
When navigating between lines, product images have to be displayed in the product info panel.
But: when there is an additional POS Key Layout panel with images, the images from this underlying POS Key LAyout Panel are not displayed.
The reason: POSInfoProduct.refreshProduct() looks for the image with posPanel.getC_POSKeyLayout_ID() .
In case the product is in another POS Key Layout, the image is not found.
The text was updated successfully, but these errors were encountered: