Bug 644 - Manpower deducts when repeat updating same RECEIVED state
Summary: Manpower deducts when repeat updating same RECEIVED state
Status: RESOLVED FIXED
Alias: None
Product: Group31Bullship
Classification: Unclassified
Component: History (show other bugs)
Version: Demo 1.1
Hardware: PC Windows
: --- enhancement
Assignee: SamJim
URL:
Depends on:
Blocks:
 
Reported: 2021-12-04 17:32 HKT by SamJim
Modified: 2021-12-04 17:38 HKT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SamJim 2021-12-04 17:32:02 HKT
Problem description:
If update a transaction with RECEIVED state to the same RECEIVED state, the manpower will be deducted.

Step to reproduce:
1. Create a transaction.
2. Click on "History" tab.
3. Double click the "State" field of a record.
4. Delete the text in the field and type 3.
5. Double click the "State" field of that record again.
6. Repeat Step 4.

Actual result:
Go back to the Calculator page, and the manpower will be deducted.

Expected result:
The manpower should have no changes as updating a transaction to its same state means there are no changes for the state.
Comment 1 Matthew Chan 2021-12-04 17:37:17 HKT
This problem is due to a missing statement for checking the user input state of the RECEIVED state.  We have already fixed it by adding that statement, thank you for reporting!