[jira] [Created] (OFBIZ-11252) FTL error for purchase order with Bulk Item Type

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (OFBIZ-11252) FTL error for purchase order with Bulk Item Type

Nicolas Malin (Jira)
Devanshu Vyas created OFBIZ-11252:
-------------------------------------

             Summary: FTL error for purchase order with Bulk Item Type
                 Key: OFBIZ-11252
                 URL: https://issues.apache.org/jira/browse/OFBIZ-11252
             Project: OFBiz
          Issue Type: Bug
          Components: order
    Affects Versions: Trunk
            Reporter: Devanshu Vyas


Steps to regenerate:
1. Login into the ordermgr application and click on Order Entry tab
2. Create PO with any supplier
3. Fill details and click on Continue
4. Now select Product Category with Item type Bulk and add the description and Click on add to order
5.  Finalize order with Finalize Order button
6. Add Term type, ship group option, etc details and create Order.
7. Scroll down to Order Items section and See the FTL error on the screen.
 
{code:java}
The following has evaluated to null or missing: ==> product [in template "component://order/template/order/OrderItems.ftl" at line 252, column 71] ---- Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #if "SERVICE" == product.productTypeI... [in template "component://order/template/order/OrderItems.ftl" at line 252, column 53] ----
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)