What is the bug? What was the expected behavior and what was the actual result?

-Adrian

--- On Fri, 5/29/09, Cimballi <[email protected]> wrote:

> From: Cimballi <[email protected]>
> Subject: Bugs in OrderView.groovy
> To: "user" <[email protected]>
> Date: Friday, May 29, 2009, 3:39 PM
> 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
> 



Reply via email to