You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Bruno Busco (JIRA)" <ji...@apache.org> on 2010/05/01 09:13:53 UTC

[jira] Closed: (OFBIZ-3701) Errors (with visible stacktraces) in screen: Order -> Order List -> Select (a sales order) -> Edit items

     [ https://issues.apache.org/jira/browse/OFBIZ-3701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno Busco closed OFBIZ-3701.
------------------------------

      Assignee: Bruno Busco
    Resolution: Fixed

Thank you Blas,
your patch is in trunk at revision: 939938

> 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
>            Assignee: Bruno Busco
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3701_duplicated_field_v2.jpg, OFBIZ-3701_order_edititems_v5.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.