Hi, There are several inconsistancies in the file "applications/order/webapp/ordermgr/WEB-INF/actions/order/OrderView.groovy".
I didn't note all of them, but here is an example :
Line 260, productStore can be null :
productStore = orderHeader.getRelatedOne("ProductStore");
if (productStore) {
facility = productStore.getRelatedOne("Facility");
Line 380, here productStore cannot be null :
productStoreId = orderHeader.getRelatedOne("ProductStore").productStoreId;
Cimballi
