[
https://issues.apache.org/jira/browse/OFBIZ-3802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14064809#comment-14064809
]
Jacopo Cappellato commented on OFBIZ-3802:
------------------------------------------
Also, in this commit I see the following:
{code}
- <field name="minimumOrderQuantity"
title="${uiLabelMap.ProductMinimumOrderQuantity}">
- <display/>
+ <field name="minimumOrderQuantity"
title="${uiLabelMap.ProductMinimumOrderQuantity}" sort-field="true">
+ <display type="date-time"/>
</field>
- <field name="orderQtyIncrements"
title="${uiLabelMap.ProductOrderQtyIncrements}">
- <display/>
+ <field name="orderQtyIncrements"
title="${uiLabelMap.ProductOrderQtyIncrements}" sort-field="true">
+ <display type="date-time"/>
{code}
The "date-time" type seems wrong to me: what was the reason for this change?
> Changing the Supplier Product Screen
> ------------------------------------
>
> Key: OFBIZ-3802
> URL: https://issues.apache.org/jira/browse/OFBIZ-3802
> Project: OFBiz
> Issue Type: Improvement
> Components: product
> Affects Versions: Trunk
> Reporter: Sascha Rodekamp
> Assignee: Jacques Le Roux
> Fix For: Trunk
>
> Attachments: OFBIZ-3802_ProductScreens.xml.patch
>
>
> Move the supplier data detection to the Product Form and changes a few fields
> for a better overview. Just an improvemnt in data presentation :)
> So long
> Sascha
--
This message was sent by Atlassian JIRA
(v6.2#6252)