diff --git a/src/webapp/WEB-INF/classes/config/origen/inventory/maintainInventoryLogPage.xml b/src/webapp/WEB-INF/classes/config/origen/inventory/maintainInventoryLogPage.xml index 1d9ee84..74d6c65 100644 --- a/src/webapp/WEB-INF/classes/config/origen/inventory/maintainInventoryLogPage.xml +++ b/src/webapp/WEB-INF/classes/config/origen/inventory/maintainInventoryLogPage.xml @@ -66,7 +66,7 @@ /~item.code: AND inventoryLog.itemKey.item.code LIKE upper({item.code})~/ /~barCode: AND inventoryLog.itemKey.lotInfo.propC9 LIKE {barCode}~/ /~item.name: AND inventoryLog.itemKey.item.name LIKE {item.name}~/ - /~relatedBill: AND inventoryLog.relatedBill LIKE upper({relatedBill})~/ + /~relatedBill: AND inventoryLog.relatedBill LIKE {relatedBill}~/ /~occurTime.beginDate: AND trunc(inventoryLog.occurTime) >= {occurTime.beginDate}~/ /~occurTime.endDate: AND trunc(inventoryLog.occurTime) <= {occurTime.endDate}~/ /~inventoryLog.operator: AND inventoryLog.operator LIKE upper({inventoryLog.operator})~/ diff --git a/target/nzwms/WEB-INF/classes/config/origen/inventory/maintainInventoryLogPage.xml b/target/nzwms/WEB-INF/classes/config/origen/inventory/maintainInventoryLogPage.xml deleted file mode 100644 index 1d9ee84..0000000 --- a/target/nzwms/WEB-INF/classes/config/origen/inventory/maintainInventoryLogPage.xml +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - = {occurTime.beginDate}~/ - /~occurTime.endDate: AND trunc(inventoryLog.occurTime) <= {occurTime.endDate}~/ - /~inventoryLog.operator: AND inventoryLog.operator LIKE upper({inventoryLog.operator})~/ - /~propC3: AND inventoryLog.itemKey.lotInfo.propC3 LIKE {propC3}~/ - /~incOrDec: AND inventoryLog.incOrDec = cast({incOrDec} as int)~/ - ORDER BY inventoryLog.occurTime DESC]]> - - - - - - - - - - - - - - - - - - -