diff --git a/src/webapp/WEB-INF/classes/config/origen/inventory/moveInventoryPage.xml b/src/webapp/WEB-INF/classes/config/origen/inventory/moveInventoryPage.xml index 9bec409..120f5f7 100644 --- a/src/webapp/WEB-INF/classes/config/origen/inventory/moveInventoryPage.xml +++ b/src/webapp/WEB-INF/classes/config/origen/inventory/moveInventoryPage.xml @@ -20,7 +20,6 @@ AND (location.countLock = '' or location.countLock is null) AND (location.inLock = '' or location.inLock is null) AND (location.outLock = '' or location.outLock is null) - AND location.warehouse = #{SESSION_WAREHOUSE} AND location.code <> ${inventory.location.code} AND location.type in ('STORAGE','TRANSIT')]]> diff --git a/target/jjwms/WEB-INF/classes/config/origen/inventory/moveInventoryPage.xml b/target/jjwms/WEB-INF/classes/config/origen/inventory/moveInventoryPage.xml deleted file mode 100644 index 9bec409..0000000 --- a/target/jjwms/WEB-INF/classes/config/origen/inventory/moveInventoryPage.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - - - - - - - ${inventory.location.code} - AND location.type in ('STORAGE','TRANSIT')]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -