Bug 370

Summary: The bug is fixed. It is due to the button is misplaced. It means the coordinate setting is wrong.
Product: Concert Ticket Reservation & Purchase System Reporter: Issac Pang <cherrie051098>
Component: DatabaseAssignee: Issac Pang <cherrie051098>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: ---    
Version: 4   
Hardware: PC   
OS: All   

Description Issac Pang 2019-12-09 22:04:46 HKT
Problem: 
The table in Home Page are displaying two concerts with same ID after checkout successfully.


Steps to reproduce:
1.	Login 
2.	Select Concert 
3.	Select Concert Ticket & Fill in credit card information 
4.	Press check out
5.	Make sure the checkout process is successful
6.	Scroll Down and check the table 


Expected Result: 
Each Concert are displayed only one time and order by ID. 


Actual Result 
Duplicate Concerts with same ID can be found.
Comment 1 Issac Pang 2019-12-09 22:05:04 HKT
The algorithm for updating concert database has a minor mistake.
Now the bug is fixed.