no message
							parent
							
								
									d8a053fda7
								
							
						
					
					
						commit
						184665a163
					
				| 
						 | 
					@ -17,11 +17,10 @@
 | 
				
			||||||
 FROM Location location 
 | 
					 FROM Location location 
 | 
				
			||||||
 WHERE upper(location.code) LIKE upper(:param)
 | 
					 WHERE upper(location.code) LIKE upper(:param)
 | 
				
			||||||
 AND location.disabled = false 
 | 
					 AND location.disabled = false 
 | 
				
			||||||
 AND (location.countLock = '' or location.countLock  is null)
 | 
					 AND location.code !=${inventory.location.code}
 | 
				
			||||||
 AND (location.inLock = '' or location.inLock  is null)
 | 
					 AND location.type in ('STORAGE','TRANSIT')
 | 
				
			||||||
 AND (location.outLock = '' or location.outLock is null)
 | 
					 AND (location.id not in (select inventory.location.id from Inventory inventory where inventory.location.id=location.id and inventory.quantity>0  )  or location.mixItem=true) 
 | 
				
			||||||
 AND location.code <> ${inventory.location.code}
 | 
					 ]]></hql>
 | 
				
			||||||
 AND location.type in ('STORAGE','TRANSIT')]]></hql>
 | 
					 | 
				
			||||||
            </remote>
 | 
					            </remote>
 | 
				
			||||||
			<text id="destLP" title="moveInventoryPage.destLP" row="11" col="1" readOnly="false" required="false" reserve="false" forceOverride="true" inVisible="true" trimSpace="true" isPrecision="true">
 | 
								<text id="destLP" title="moveInventoryPage.destLP" row="11" col="1" readOnly="false" required="false" reserve="false" forceOverride="true" inVisible="true" trimSpace="true" isPrecision="true">
 | 
				
			||||||
<!-- 				<visibleExpression><![CDATA[(${fullLPMove}=='false')]]></visibleExpression> -->
 | 
					<!-- 				<visibleExpression><![CDATA[(${fullLPMove}=='false')]]></visibleExpression> -->
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue