Bug 781 - The Hairdresser create a new service but not found in the service list
Summary: The Hairdresser create a new service but not found in the service list
Status: RESOLVED FIXED
Alias: None
Product: CS3343 Salon Booking System
Classification: Unclassified
Component: hairdresser.service.Create (show other bugs)
Version: 2.0
Hardware: PC Mac OS
: --- enhancement
Assignee: Samuel
URL:
Depends on:
Blocks:
 
Reported: 2023-11-17 12:34 HKT by Ng Ming Chak
Modified: 2023-11-17 12:39 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 Ng Ming Chak 2023-11-17 12:34:05 HKT
Description:
Hairdresser create service: When the hairdresser create a service successfully, it does not exist in the list.

Step to Reproduce:
1. Hairdresser login
2. Select “My Services”
3. Select “Add”
4. Enter all the field.
5. Press the submit button.
6. Return to the my service list, it does not show the service that just created.


Actual Result:
The service list will does not show the service that just created by the hairdresser.

Expected Result:
The service list will show all the service that created by the hairdresser.
Comment 1 Ng Ming Chak 2023-11-17 12:39:47 HKT
The bug was caused by the SQL statement, the column status value had not send to the function, so the service create failed.

Already fixed the problem by adding back the status value to the insert sql.