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.
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.