Bug 370 - The bug is fixed. It is due to the button is misplaced. It means the coordinate setting is wrong.
Summary: The bug is fixed. It is due to the button is misplaced. It means the coordina...
Status: RESOLVED FIXED
Alias: None
Product: Concert Ticket Reservation & Purchase System
Classification: Unclassified
Component: Database (show other bugs)
Version: 4
Hardware: PC All
: --- enhancement
Assignee: Issac Pang
URL:
Depends on:
Blocks:
 
Reported: 2019-12-09 22:04 HKT by Issac Pang
Modified: 2019-12-09 22:05 HKT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.