You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Ratnesh Upadhyay (JIRA)" <ji...@apache.org> on 2018/04/28 13:43:00 UTC

[jira] [Created] (OFBIZ-10387) Error on eCommerce Request Return Screen

Ratnesh Upadhyay created OFBIZ-10387:
----------------------------------------

             Summary: Error on eCommerce Request Return Screen
                 Key: OFBIZ-10387
                 URL: https://issues.apache.org/jira/browse/OFBIZ-10387
             Project: OFBiz
          Issue Type: Bug
          Components: ecommerce
    Affects Versions: Trunk
            Reporter: Ratnesh Upadhyay
            Assignee: Ratnesh Upadhyay
         Attachments: RequestReturn.png

While browsing eCommerce application noticed following error on return request screen.

{code:java}
An error has occurred when reading existing sub-variable "orderAdjustmentId"; see cause exception! The type of the containing value was: extended_hash+method+string (org.apache.ofbiz.entity.GenericValue wrapped into f.e.b.MapModel) ---- FTL stack trace ("~" means nesting-related): - Failed at: #if !orderItem.orderAdjustmentId?has_... [in template "component://ecommerce/template/order/RequestReturn.ftl" at line 60, column 15] ---- An error has occurred when reading existing sub-variable "orderAdjustmentId"; see cause exception! The type of the containing value was: extended_hash+method+string (org.apache.ofbiz.entity.GenericValue wrapped into f.e.b.MapModel) ---- FTL stack trace ("~" means nesting-related): - Failed at: #if !orderItem.orderAdjustmentId?has_... [in template "component://ecommerce/template/order/RequestReturn.ftl" at line 60, column 15] ---- An error has occurred when reading existing sub-variable "orderAdjustmentId"; see cause exception! The type of the containing value was: extended_hash+method+string (org.apache.ofbiz.entity.GenericValue wrapped into f.e.b.MapModel) ---- FTL stack trace ("~" means nesting-related): - Failed at: #if !orderItem.orderAdjustmentId?has_... [in template "component://ecommerce/template/order/RequestReturn.ftl" at line 60, column 15] ----
}
{code}

Steps to replicate reported issue:
prerequisite : You should have completed order for demo customer in system.
1. login to eCommerce application with DemoCustomer.
2. Click upon Order History link displaying in top navigation bar.
3. Click upon View button displaying against orders under order history section.
4. Click upon Request Return link to initiate return.
5. You will see the reported error in Return Items section.

Please refer attached screenshot for further reference.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)