This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
commit 5e28ef38f5d233271b65511c3d262ecaf97d0e15 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Tue Nov 9 10:04:04 2021 +0100 Improved: Removes an old, now not real FIXME in AppendOrderItem.ftl --- applications/order/template/order/AppendOrderItem.ftl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/applications/order/template/order/AppendOrderItem.ftl b/applications/order/template/order/AppendOrderItem.ftl index e3c4f13..42abfc5 100644 --- a/applications/order/template/order/AppendOrderItem.ftl +++ b/applications/order/template/order/AppendOrderItem.ftl @@ -59,7 +59,6 @@ under the License. <tr> <td class="label">${uiLabelMap.ProductProductId}</td> <td> - <#-- FIXME Problem here: the input field is shared --> <@htmlTemplate.lookupField formName="appendItemForm" name="productId" id="productId" fieldFormName="LookupProduct"/> <#if "PURCHASE_ORDER" == orderHeader.orderTypeId> <a href="javascript:quicklookup(document.appendItemForm.orderId)" class="buttontext">${uiLabelMap.OrderQuickLookup}</a> @@ -132,4 +131,4 @@ under the License. </form> </div> </div> -</#if> \ No newline at end of file +</#if>