Re: svn commit: r933766 - /ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/CheckOutEvents.java

2010-04-14 Thread Scott Gray
Ah okay thanks Joe, I had missed the line which was checking the request attribute and only saw this one: boolean requireAdditionalParty = isAnonymousCheckout; Regards Scott On 15/04/2010, at 2:49 AM, Joe Eckard wrote: > When creating a sales order, you could pass the request parameter > "fina

Re: svn commit: r933766 - /ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/CheckOutEvents.java

2010-04-14 Thread Joe Eckard
When creating a sales order, you could pass the request parameter "finalizeReqAdditionalParty=false" to routeOrderEntry and skip the "add party" screen. You couldn't do this when creating a purchase order. This does not change the default behavior, which is to show the "add party" screen as

Re: svn commit: r933766 - /ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/CheckOutEvents.java

2010-04-13 Thread Scott Gray
Hi Joe, It looks like you've just changed a default that could already be overridden by setting an attribute on the cart. Could you explain a little more? Thanks Scott HotWax Media http://www.hotwaxmedia.com On 14/04/2010, at 7:43 AM, eckar...@apache.org wrote: > Author: eckardjf > Date: Tue