Custom Query (73 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (40 - 42 of 73)

Ticket Resolution Summary Owner Reporter
#105 fixed InventoryItemPurchase's can't be deleted when order quantity = 0 Gavin
Description

The rollback deletion is failing. This is working perfectly when ordered quantity > 0 but fails (and allows the order to be deleted) when order quantity = 0.

java.lang.NullPointerException: Cannot get property 'id' on null object

	at InventoryMovementService$_reverseMove_closure1.doCall(InventoryMovementService.groovy:20)

	at $Proxy16.doInTransaction(Unknown Source)

	at InventoryMovementService.reverseMove(InventoryMovementService.groovy:9)

	at InventoryMovementService$reverseMove.call(Unknown Source)

	at InventoryPurchaseService$_delete_closure5.doCall(InventoryPurchaseService.groovy:196)

	at $Proxy16.doInTransaction(Unknown Source)

	at InventoryPurchaseService.delete(InventoryPurchaseService.groovy:125)

	at InventoryPurchaseService$delete.call(Unknown Source)

	at InventoryItemPurchaseDetailedController$_closure5.doCall(InventoryItemPurchaseDetailedController.groovy:198)
#59 fixed MaintenanceAction and TaskProcedure need more thought and polish Gavin
Description

Maintenance action should not have a step number since this is a procedure step number and can't be set when creating the action from the asset perspective.

#83 fixed New reorder search view should limit back order to a month Gavin
Description

The reorder search ignores items on back order which is great but anything that has been on back order for more than a month needs looking at again.

Note: See TracQuery for help on using queries.