[ofbiz-framework] branch trunk updated: Improved: Moves Shipment Services files from sub-dirs to shipment dir (OFBIZ-11468)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-framework] branch trunk updated: Improved: Moves Shipment Services files from sub-dirs to shipment dir (OFBIZ-11468)

Pawan Verma-2
This is an automated email from the ASF dual-hosted git repository.

pawan pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new d355269  Improved: Moves Shipment Services files from sub-dirs to shipment dir (OFBIZ-11468)
d355269 is described below

commit d355269d8df89f412feecf635928580e652ff55e
Author: Pawan Verma <[hidden email]>
AuthorDate: Sat Jun 27 13:04:51 2020 +0530

    Improved: Moves Shipment Services files from sub-dirs to shipment dir (OFBIZ-11468)
---
 .../product/servicedef/services_shipment.xml       | 70 +++++++++++-----------
 .../product/servicedef/services_upgrade.xml        |  2 +-
 2 files changed, 36 insertions(+), 36 deletions(-)

diff --git a/applications/product/servicedef/services_shipment.xml b/applications/product/servicedef/services_shipment.xml
index 89bea13..820c722 100644
--- a/applications/product/servicedef/services_shipment.xml
+++ b/applications/product/servicedef/services_shipment.xml
@@ -55,7 +55,7 @@ under the License.
     </service>
 
     <service name="createOrderShipmentPlan" engine="groovy"
-            location="component://product/groovyScripts/shipment/shipment/ShipmentServices.groovy" invoke="createOrderShipmentPlan" auth="true">
+            location="component://product/groovyScripts/shipment/ShipmentServices.groovy" invoke="createOrderShipmentPlan" auth="true">
         <description>Create Shipment, ShipmentItems and OrderShipment</description>
         <attribute name="orderId" type="String" mode="IN" optional="false">
      <type-validate>
@@ -66,7 +66,7 @@ under the License.
     </service>
 
     <service name="quickShipEntireOrder" engine="groovy"
-            location="component://product/groovyScripts/shipment/shipment/ShipmentServices.groovy" invoke="quickShipEntireOrder" auth="true" transaction-timeout="600">
+            location="component://product/groovyScripts/shipment/ShipmentServices.groovy" invoke="quickShipEntireOrder" auth="true" transaction-timeout="600">
         <description>Quick Ships An Entire Order Creating One Shipment Per Facility and Ship Group.  All approved order items are
           automatically issued in full and put into one package.  The shipment is created in the INPUT status and then updated to
           PACKED and SHIPPED.
@@ -88,7 +88,7 @@ under the License.
         <attribute name="shipmentIds" type="List" mode="OUT" optional="true"/>
     </service>
     <service name="quickShipOrderByItem" engine="groovy"
-            location="component://product/groovyScripts/shipment/shipment/ShipmentServices.groovy" invoke="quickShipOrderByItem" auth="true">
+            location="component://product/groovyScripts/shipment/ShipmentServices.groovy" invoke="quickShipOrderByItem" auth="true">
         <description>Quick Ships An Order By Item</description>
         <attribute name="orderId" type="String" mode="IN" optional="false">
      <type-validate>
@@ -114,7 +114,7 @@ under the License.
         </attribute>
     </service>
     <service name="quickReceivePurchaseOrder" engine="groovy"
-            location="component://product/groovyScripts/shipment/shipment/ShipmentServices.groovy" invoke="quickReceivePurchaseOrder" auth="true">
+            location="component://product/groovyScripts/shipment/ShipmentServices.groovy" invoke="quickReceivePurchaseOrder" auth="true">
         <description>The mirror of quickShipEntireOrder, this service automatically creates shipments for an entire purchase order.
           All order items on each ship group is created as a Shipment.  All items on a Shipment are automatically issued to a Package.
           The shipment's status is first set to CREATED and then set as SHIPPED.  The facilityId is used to set the destinationFacilityId
@@ -133,7 +133,7 @@ under the License.
         <attribute name="shipmentIds" type="List" mode="OUT" optional="true"/>
     </service>
     <service name="createShipmentForReturn" default-entity-name="ReturnHeader" engine="groovy"
-            location="component://product/groovyScripts/shipment/shipment/ShipmentServices.groovy" invoke="createShipmentForReturn">
+            location="component://product/groovyScripts/shipment/ShipmentServices.groovy" invoke="createShipmentForReturn">
         <description>Create a Return Shipment with information from ReturnHeader fields</description>
         <permission-service service-name="facilityGenericPermission" main-action="CREATE"/>
         <auto-attributes include="pk" mode="IN" optional="false"/>
@@ -144,7 +144,7 @@ under the License.
         </attribute>
     </service>
     <service name="createShipmentAndItemsForReturn" default-entity-name="ReturnHeader" engine="groovy"
-            location="component://product/groovyScripts/shipment/shipment/ShipmentServices.groovy" invoke="createShipmentAndItemsForReturn">
+            location="component://product/groovyScripts/shipment/ShipmentServices.groovy" invoke="createShipmentAndItemsForReturn">
         <description>Create a Return Shipment and ShipmentItems with information from ReturnHeader and ReturnItems</description>
         <permission-service service-name="facilityGenericPermission" main-action="CREATE"/>
         <auto-attributes include="pk" mode="IN" optional="false"/>
@@ -152,7 +152,7 @@ under the License.
     </service>
 
     <service name="createShipmentAndItemsForVendorReturn" default-entity-name="Shipment" engine="groovy"
-            location="component://product/groovyScripts/shipment/shipment/ShipmentServices.groovy" invoke="createShipmentAndItemsForVendorReturn">
+            location="component://product/groovyScripts/shipment/ShipmentServices.groovy" invoke="createShipmentAndItemsForVendorReturn">
         <description>Create a Return Shipment and ShipmentItems with primaryReturnId</description>
         <permission-service service-name="facilityGenericPermission" main-action="CREATE"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
@@ -175,7 +175,7 @@ under the License.
         </auto-attributes>
     </service>
     <service name="updateShipment" default-entity-name="Shipment" engine="groovy"
-            location="component://product/groovyScripts/shipment/shipment/ShipmentServices.groovy" invoke="updateShipment" auth="true">
+            location="component://product/groovyScripts/shipment/ShipmentServices.groovy" invoke="updateShipment" auth="true">
         <description>Update Shipment</description>
         <permission-service service-name="checkCanChangeShipmentStatusDelivered" main-action="UPDATE"/>
         <auto-attributes include="pk" mode="INOUT" optional="false"/>
@@ -205,19 +205,19 @@ under the License.
         <override name="statusDate" mode="IN" optional="true"/>
     </service>
     <service name="setShipmentSettingsFromPrimaryOrder" engine="groovy"
-            location="component://product/groovyScripts/shipment/shipment/ShipmentServices.groovy" invoke="setShipmentSettingsFromPrimaryOrder" auth="true">
+            location="component://product/groovyScripts/shipment/ShipmentServices.groovy" invoke="setShipmentSettingsFromPrimaryOrder" auth="true">
         <description>Set Shipment Settings From Primary Order</description>
         <permission-service service-name="checkCanChangeShipmentStatusPacked" main-action="UPDATE"/>
         <attribute name="shipmentId" type="String" mode="IN" optional="false"/>
     </service>
     <service name="setShipmentSettingsFromFacilities" engine="groovy"
-            location="component://product/groovyScripts/shipment/shipment/ShipmentServices.groovy" invoke="setShipmentSettingsFromFacilities" auth="true">
+            location="component://product/groovyScripts/shipment/ShipmentServices.groovy" invoke="setShipmentSettingsFromFacilities" auth="true">
         <description>Set Shipment Settings From Facilities</description>
         <permission-service service-name="checkCanChangeShipmentStatusPacked" main-action="UPDATE"/>
         <attribute name="shipmentId" type="String" mode="IN" optional="false"/>
     </service>
     <service name="sendShipmentScheduledNotification" engine="groovy"
-            location="component://product/groovyScripts/shipment/shipment/ShipmentServices.groovy" invoke="sendShipmentScheduledNotification" auth="true">
+            location="component://product/groovyScripts/shipment/ShipmentServices.groovy" invoke="sendShipmentScheduledNotification" auth="true">
         <description>Send Shipment Scheduled Notification</description>
         <required-permissions join-type="OR">
             <permission-service service-name="facilityGenericPermission" main-action="CREATE"/>
@@ -230,7 +230,7 @@ under the License.
         </attribute>
     </service>
     <service name="balanceItemIssuancesForShipment" engine="groovy"
-            location="component://product/groovyScripts/shipment/shipment/ShipmentServices.groovy" invoke="balanceItemIssuancesForShipment" auth="true">
+            location="component://product/groovyScripts/shipment/ShipmentServices.groovy" invoke="balanceItemIssuancesForShipment" auth="true">
         <description>
             Release the purchase order's items assigned to the shipment but not
             actually received; it is invoked as a seca when the purchase shipment
@@ -247,7 +247,7 @@ under the License.
         </attribute>
     </service>
     <service name="checkCancelItemIssuanceAndOrderShipmentFromShipment" engine="groovy"
-            location="component://product/groovyScripts/shipment/shipment/ShipmentServices.groovy" invoke="checkCancelItemIssuanceAndOrderShipmentFromShipment" auth="true">
+            location="component://product/groovyScripts/shipment/ShipmentServices.groovy" invoke="checkCancelItemIssuanceAndOrderShipmentFromShipment" auth="true">
         <description>Check Shipment Items and cancel Item Issuance and Order Shipment</description>
         <permission-service service-name="facilityGenericPermission" main-action="UPDATE"/>
         <attribute name="shipmentId" type="String" mode="IN" optional="false">
@@ -257,7 +257,7 @@ under the License.
         </attribute>
     </service>
     <service name="quickDropShipOrder" engine="groovy"
-            location="component://product/groovyScripts/shipment/shipment/ShipmentServices.groovy" invoke="quickDropShipOrder" auth="true">
+            location="component://product/groovyScripts/shipment/ShipmentServices.groovy" invoke="quickDropShipOrder" auth="true">
         <description>Creates a drop shipment for a ship group and calls updateShipment twice in succession to set
             shipment status to PURCH_SHIP_SHIPPED and then to PURCH_SHIP_RECEIVED</description>
         <attribute name="orderId" type="String" mode="IN" optional="false">
@@ -298,7 +298,7 @@ under the License.
     </service>
 
     <service name="splitShipmentItemByQuantity" engine="groovy"
-        location="component://product/groovyScripts/shipment/shipment/ShipmentServices.groovy" invoke="splitShipmentItemByQuantity">
+        location="component://product/groovyScripts/shipment/ShipmentServices.groovy" invoke="splitShipmentItemByQuantity">
         <description>Splits the specified ShipmentItem creating a new ShipmentItem with the given newItemQuantity.
             NOTE that this does manage OrderShipment records, but NOTHING else, so it is only to be used for Shipment
             Plan stuff BEFORE the items are issued, shipment packed, etc.</description>
@@ -313,7 +313,7 @@ under the License.
 
     <!-- ShipmentPackage Services -->
     <service name="createShipmentPackage" default-entity-name="ShipmentPackage" engine="groovy"
-            location="component://product/groovyScripts/shipment/shipment/ShipmentServices.groovy" invoke="createShipmentPackage" auth="true">
+            location="component://product/groovyScripts/shipment/ShipmentServices.groovy" invoke="createShipmentPackage" auth="true">
         <description>Create ShipmentPackage</description>
         <permission-service service-name="checkCanChangeShipmentStatusPacked" main-action="CREATE"/>
         <auto-attributes include="pk" mode="IN" optional="false"/>
@@ -323,14 +323,14 @@ under the License.
         <override name="shipmentPackageSeqId" mode="INOUT" optional="true"/>
     </service>
     <service name="updateShipmentPackage" default-entity-name="ShipmentPackage" engine="groovy"
-            location="component://product/groovyScripts/shipment/shipment/ShipmentServices.groovy" invoke="updateShipmentPackage" auth="true">
+            location="component://product/groovyScripts/shipment/ShipmentServices.groovy" invoke="updateShipmentPackage" auth="true">
         <description>Update ShipmentPackage</description>
         <permission-service service-name="checkCanChangeShipmentStatusPacked" main-action="UPDATE"/>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
     <service name="deleteShipmentPackage" default-entity-name="ShipmentPackage" engine="groovy"
-            location="component://product/groovyScripts/shipment/shipment/ShipmentServices.groovy" invoke="deleteShipmentPackage" auth="true">
+            location="component://product/groovyScripts/shipment/ShipmentServices.groovy" invoke="deleteShipmentPackage" auth="true">
         <description>Delete ShipmentPackage</description>
         <permission-service service-name="checkCanChangeShipmentStatusPacked" main-action="DELETE"/>
         <auto-attributes include="pk" mode="IN" optional="false"/>
@@ -356,7 +356,7 @@ under the License.
         <auto-attributes include="pk" mode="IN" optional="false"/>
     </service>
     <service name="addShipmentContentToPackage" default-entity-name="ShipmentPackageContent" engine="groovy"
-            location="component://product/groovyScripts/shipment/shipment/ShipmentServices.groovy" invoke="addShipmentContentToPackage" auth="true">
+            location="component://product/groovyScripts/shipment/ShipmentServices.groovy" invoke="addShipmentContentToPackage" auth="true">
         <description>Add Shipment Content To Package</description>
         <permission-service service-name="checkCanChangeShipmentStatusPacked" main-action="CREATE"/>
         <auto-attributes include="pk" mode="IN" optional="false"/>
@@ -439,7 +439,7 @@ under the License.
         <auto-attributes include="pk" mode="IN" optional="false"/>
     </service>
     <service name="ensureRouteSegPackage" default-entity-name="ShipmentRouteSegment" engine="groovy"
-            location="component://product/groovyScripts/shipment/shipment/ShipmentServices.groovy" invoke="ensureRouteSegPackage" auth="true">
+            location="component://product/groovyScripts/shipment/ShipmentServices.groovy" invoke="ensureRouteSegPackage" auth="true">
         <description>Ensure ShipmentPackageRouteSeg exists for all Packages for this RouteSegment</description>
         <permission-service service-name="facilityGenericPermission" main-action="CREATE"/>
         <auto-attributes include="pk" mode="IN" optional="false"/>
@@ -607,7 +607,7 @@ under the License.
     </service>
 
     <service name="getTotalIssuedQuantityForOrderItem" engine="groovy"
-            location="component://product/groovyScripts/shipment/issuance/IssuanceServices.groovy" invoke="getTotalIssuedQuantityForOrderItem" auth="true">
+            location="component://product/groovyScripts/shipment/IssuanceServices.groovy" invoke="getTotalIssuedQuantityForOrderItem" auth="true">
         <description>Computes the total quantity assigned to shipment for a purchase order item</description>
         <attribute name="orderItem" type="GenericValue" mode="IN" optional="false"/>
         <attribute name="totalIssuedQuantity" type="BigDecimal" mode="OUT" optional="false"/>
@@ -817,7 +817,7 @@ under the License.
 
     <!-- Shipment Plan Services -->
     <service name="addOrderShipmentToShipment" engine="groovy" default-entity-name="OrderShipment"
-            location="component://product/groovyScripts/shipment/shipment/ShipmentServices.groovy" invoke="addOrderShipmentToShipment" auth="true">
+            location="component://product/groovyScripts/shipment/ShipmentServices.groovy" invoke="addOrderShipmentToShipment" auth="true">
         <description>Add an OrderShipment and a ShipmentItem - only for sales orders</description>
         <required-permissions join-type="AND">
             <permission-service service-name="facilityGenericPermission" main-action="CREATE"/>
@@ -828,7 +828,7 @@ under the License.
         <override name="shipmentItemSeqId" mode="INOUT" optional="true"/>
     </service>
     <service name="removeOrderShipmentFromShipment" engine="groovy"
-            location="component://product/groovyScripts/shipment/shipment/ShipmentServices.groovy" invoke="removeOrderShipmentFromShipment" auth="true">
+            location="component://product/groovyScripts/shipment/ShipmentServices.groovy" invoke="removeOrderShipmentFromShipment" auth="true">
         <description>Delete an OrderShipment and updates the ShipmentItem</description>
         <required-permissions join-type="AND">
             <permission-service service-name="facilityGenericPermission" main-action="CREATE"/>
@@ -837,7 +837,7 @@ under the License.
         <auto-attributes entity-name="OrderShipment" include="pk" mode="IN" optional="false"/>
     </service>
     <service name="getQuantityForShipment" engine="groovy" default-entity-name="OrderItem"
-            location="component://product/groovyScripts/shipment/shipment/ShipmentServices.groovy" invoke="getQuantityForShipment" auth="true">
+            location="component://product/groovyScripts/shipment/ShipmentServices.groovy" invoke="getQuantityForShipment" auth="true">
         <description>get the order item quantity still not put in shipments</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <attribute name="remainingQuantity" type="BigDecimal" mode="OUT" optional="false"/>
@@ -854,7 +854,7 @@ under the License.
         <override name="quantityRejected" optional="false"/>
     </service>
     <service name="createShipmentReceipt" engine="groovy"
-            location="component://product/groovyScripts/shipment/receipt/ShipmentReceiptServices.groovy" invoke="createShipmentReceipt" auth="true">
+            location="component://product/groovyScripts/shipment/ShipmentReceiptServices.groovy" invoke="createShipmentReceipt" auth="true">
         <description>Creates a ShipmentReceipt Record</description>
         <permission-service service-name="facilityGenericPermission" main-action="CREATE"/>
         <implements service="interfaceShipmentReceipt"/>
@@ -878,7 +878,7 @@ under the License.
     </service>
 
     <service name="receiveInventoryProduct" engine="groovy" transaction-timeout="600"
-            location="component://product/groovyScripts/shipment/receipt/ShipmentReceiptServices.groovy" invoke="receiveInventoryProduct" auth="true">
+            location="component://product/groovyScripts/shipment/ShipmentReceiptServices.groovy" invoke="receiveInventoryProduct" auth="true">
         <description>Receive Inventory In Warehouse</description>
         <permission-service service-name="facilityGenericPermission" main-action="CREATE"/>
         <auto-attributes entity-name="InventoryItem" include="nonpk" mode="IN" optional="true">
@@ -901,7 +901,7 @@ under the License.
     </service>
 
     <service name="issueOrderItemToShipmentAndReceiveAgainstPO" engine="groovy" transaction-timeout="600"
-            location="component://product/groovyScripts/shipment/receipt/ShipmentReceiptServices.groovy" invoke="issueOrderItemToShipmentAndReceiveAgainstPO" auth="true">
+            location="component://product/groovyScripts/shipment/ShipmentReceiptServices.groovy" invoke="issueOrderItemToShipmentAndReceiveAgainstPO" auth="true">
         <description>Issues order item quantity specified to the shipment, then receives inventory for that item and quantity</description>
         <required-permissions join-type="AND">
             <permission-service service-name="checkCanChangeShipmentStatusPacked" main-action="CREATE"/>
@@ -912,7 +912,7 @@ under the License.
     </service>
 
     <service name="quickReceiveReturn" engine="groovy"
-            location="component://product/groovyScripts/shipment/receipt/ShipmentReceiptServices.groovy" invoke="quickReceiveReturn" auth="true">
+            location="component://product/groovyScripts/shipment/ShipmentReceiptServices.groovy" invoke="quickReceiveReturn" auth="true">
         <permission-service service-name="facilityGenericPermission" main-action="CREATE"/>
         <attribute name="returnId" type="String" mode="IN" optional="false"/>
         <attribute name="inventoryItemTypeId" type="String" mode="IN" optional="true"/>
@@ -1012,7 +1012,7 @@ under the License.
     </service>
 
     <service name="cancelReceivedItems" engine="groovy"
-            location="component://product/groovyScripts/shipment/receipt/ShipmentReceiptServices.groovy" invoke="cancelReceivedItems" auth="true">
+            location="component://product/groovyScripts/shipment/ShipmentReceiptServices.groovy" invoke="cancelReceivedItems" auth="true">
         <description>Cancel Received Items against a purchase order if received something incorrectly</description>
         <attribute name="receiptId" type="String" mode="IN" optional="false">
      <type-validate>
@@ -1053,7 +1053,7 @@ under the License.
     </service>
 
     <service name="issueSerializedInvToShipmentPackageAndSetTracking" engine="groovy"
-            location="component://product/groovyScripts/shipment/shipment/ShipmentServices.groovy" invoke="issueSerializedInvToShipmentPackageAndSetTracking" auth="true">
+            location="component://product/groovyScripts/shipment/ShipmentServices.groovy" invoke="issueSerializedInvToShipmentPackageAndSetTracking" auth="true">
         <description></description>
         <attribute name="inventoryItemId" type="String" mode="IN" optional="false">
      <type-validate>
@@ -1098,7 +1098,7 @@ under the License.
         <attribute name="shipmentPackageSeqId" type="String" mode="IN" optional="true"/>
     </service>
     <service name="setShipmentStatusPackedAndShipped" engine="groovy"
-        location="component://product/groovyScripts/shipment/shipment/ShipmentServices.groovy" invoke="setShipmentStatusPackedAndShipped" auth="true">
+        location="component://product/groovyScripts/shipment/ShipmentServices.groovy" invoke="setShipmentStatusPackedAndShipped" auth="true">
         <description>Move a shipment into Packed status and then to Shipped status</description>
         <attribute name="shipmentId" type="String" mode="IN" optional="false">
      <type-validate>
@@ -1120,7 +1120,7 @@ under the License.
         <attribute name="communicationEventId" type="String" mode="OUT" optional="true"/>
     </service>
     <service name="updateIssuanceShipmentAndPoOnReceiveInventory" engine="groovy"
-            location="component://product/groovyScripts/shipment/receipt/ShipmentReceiptServices.groovy" invoke="updateIssuanceShipmentAndPoOnReceiveInventory">
+            location="component://product/groovyScripts/shipment/ShipmentReceiptServices.groovy" invoke="updateIssuanceShipmentAndPoOnReceiveInventory">
         <description>Update issuance, shipment and order items if quantity received is higher than quantity on purchase order</description>
         <attribute name="orderId" type="String" mode="IN" optional="false">
      <type-validate>
@@ -1338,21 +1338,21 @@ under the License.
 
     <!-- Permission Services -->
     <service name="checkCanChangeShipmentStatusPacked" engine="groovy"
-        location="component://product/groovyScripts/shipment/shipment/ShipmentServices.groovy" invoke="checkCanChangeShipmentStatusPacked">
+        location="component://product/groovyScripts/shipment/ShipmentServices.groovy" invoke="checkCanChangeShipmentStatusPacked">
         <description>Check the Status of a Shipment to see if it can be changed for an operation relative to the packed state</description>
         <!-- Info : permission-service service-name="facilityGenericPermission" -->
         <implements service="permissionInterface"/>
         <attribute name="shipmentId" type="String" mode="IN" optional="true"/>
     </service>
     <service name="checkCanChangeShipmentStatusShipped" engine="groovy"
-        location="component://product/groovyScripts/shipment/shipment/ShipmentServices.groovy" invoke="checkCanChangeShipmentStatusShipped">
+        location="component://product/groovyScripts/shipment/ShipmentServices.groovy" invoke="checkCanChangeShipmentStatusShipped">
         <description>Check the Status of a Shipment to see if it can be changed for an operation relative to the shipped state</description>
         <!-- Info : permission-service service-name="facilityGenericPermission" -->
         <implements service="permissionInterface"/>
         <attribute name="shipmentId" type="String" mode="IN" optional="true"/>
     </service>
     <service name="checkCanChangeShipmentStatusDelivered" engine="groovy"
-        location="component://product/groovyScripts/shipment/shipment/ShipmentServices.groovy" invoke="checkCanChangeShipmentStatusDelivered">
+        location="component://product/groovyScripts/shipment/ShipmentServices.groovy" invoke="checkCanChangeShipmentStatusDelivered">
         <description>Check the Status of a Shipment to see if it can be changed for an operation relative to the delivered state</description>
         <!-- Info : permission-service service-name="facilityGenericPermission" -->
         <implements service="permissionInterface"/>
diff --git a/applications/product/servicedef/services_upgrade.xml b/applications/product/servicedef/services_upgrade.xml
index 9a7de25..0c5aa41 100644
--- a/applications/product/servicedef/services_upgrade.xml
+++ b/applications/product/servicedef/services_upgrade.xml
@@ -25,7 +25,7 @@ under the License.
     <version>1.0</version>
 
     <service name="migrateOldPicklistStatusHistoryToPickListStatus" engine="groovy"
-             location="component://product/groovyScripts/shipment/picklist/PicklistServices.groovy" invoke="migrateOldPicklistStatusHistoryToPickListStatus" auth="true">
+             location="component://product/groovyScripts/shipment/PicklistServices.groovy" invoke="migrateOldPicklistStatusHistoryToPickListStatus" auth="true">
         <description>Migration service to convert entries from OldPicklistStatusHistory to new Entity PickListStatus</description>
     </service>
 </services>