Index: applications/order/script/org/ofbiz/order/order/OrderServices.xml =================================================================== --- applications/order/script/org/ofbiz/order/order/OrderServices.xml (revision 1058489) +++ applications/order/script/org/ofbiz/order/order/OrderServices.xml (working copy) @@ -599,10 +599,6 @@ - - - - Index: specialpurpose/ecommerce/webapp/ecommerce/order/orderitems.ftl =================================================================== --- specialpurpose/ecommerce/webapp/ecommerce/order/orderitems.ftl (revision 1058489) +++ specialpurpose/ecommerce/webapp/ecommerce/order/orderitems.ftl (working copy) @@ -222,7 +222,7 @@ ${uiLabelMap.CommonComments} - cancelOrderItem';document.addCommonToCartForm.submit()" class="buttontext">${uiLabelMap.CommonCancel} + ${uiLabelMap.CommonCancel} Index: applications/order/script/org/ofbiz/order/order/OrderSimpleMethods.xml =================================================================== --- applications/order/script/org/ofbiz/order/order/OrderSimpleMethods.xml (revision 1058489) +++ applications/order/script/org/ofbiz/order/order/OrderSimpleMethods.xml (working copy) @@ -20,12 +20,21 @@ + + + + + + + + + + + + - - - - - Index: applications/order/servicedef/services.xml =================================================================== --- applications/order/servicedef/services.xml (revision 1058489) +++ applications/order/servicedef/services.xml (working copy) @@ -181,9 +181,20 @@ + + + Performs a party contact mech security check. The userLogin partyId must equal the partyId parameter. + Only the order owner should be able to cancel an item from Ecommerce. + + + + + Creates a new order adjustment record + @@ -355,6 +366,7 @@ Remove all existing order adjustments, recalc them and persist in OrderAdjustment. +