[ 
https://issues.apache.org/jira/browse/OFBIZ-3701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12862959#action_12862959
 ] 

Blas Rodriguez Somoza commented on OFBIZ-3701:
----------------------------------------------

Thanks Bruno, I updated it.

> Errors (with visible stacktraces)  in screen: Order -> Order List -> Select 
> (a sales order) -> Edit items
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-3701
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3701
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3701_duplicated_field_v2.jpg, 
> OFBIZ-3701_order_edititems_v4.diff
>
>
> Two errors in "edit items" from a sales order with visible stacktraces
> Error 1 - Expression orderItemStatus.statusDatetime is undefined on line 133, 
> column 37 in component://order/webapp/ordermgr/order/editorderitems.ftl
> editorderitems.ftl lines:
> 132         <#assign loopStatusItem = 
> orderItemStatus.getRelatedOne("StatusItem")>
> 133              
> ${orderItemStatus.statusDatetime.toString()}&nbsp;${loopStatusItem.get("description",locale)?default(orderItemStatus.statusId)}<br
>  />
> 134         </#list>
> The same editorderitems.ftl seems to work OK for purchase order.
> Error 2 - Expression catalogCol is undefined on line 37, column 18 in 
> component://order/webapp/ordermgr/order/appendorderitem.ftl.
> appendorderitem.ftl lines:
> 37            <#if catalogCol?size == 1>
> 38                <input type="hidden" name="prodCatalogId" 
> value="${catalogCol.first}"/>
> 39            </#if>
> The same appendorderitem.ftl seems to work OK for purchase orders.
> Probably related with the catalog issue, in Order Entry -> Sales order 
> continue, the choose catalog select field has no option values.
> Please, commit OFBIZ-3685 before working on this issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to