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

Jacques Le Roux commented on OFBIZ-5038:
----------------------------------------

HI Leon,

This works well, why did you add?
{code}
Index: applications/order/src/org/ofbiz/order/shoppingcart/CheckOutEvents.java
===================================================================
--- applications/order/src/org/ofbiz/order/shoppingcart/CheckOutEvents.java     
(revision 4830)
+++ applications/order/src/org/ofbiz/order/shoppingcart/CheckOutEvents.java     
(working copy)
@@ -828,7 +828,8 @@
                     if 
(UtilValidate.isNotEmpty(request.getParameter(shipGroupIndex + 
"_ship_estimate"))) {
                         shipEstimate = new 
BigDecimal(request.getParameter(shipGroupIndex + "_ship_estimate"));
                     }
-                    
+                    cart.clearOrderNotes();
+                    cart.clearInternalOrderNotes();
{code}

                
> Internal notes and shipping notes are lost when input an order
> --------------------------------------------------------------
>
>                 Key: OFBIZ-5038
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5038
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-5038.patch
>
>
> when we try to create an order, we can input internal note and shipping note 
> in "option" form. But those information is lost when we come back to "option" 
> setting form or when we create the order at last. 
> The estimated delivery before/after date are not correctly set either in 
> "option" form.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to