Remove bad word :(

This commit is contained in:
2024-12-14 02:45:48 +01:00
parent 3b57579ab7
commit dea3962b19

View File

@@ -61,7 +61,7 @@ SET_APPOINTMENT() {
CREATE_APPOINTMENT=$($PSQL "INSERT INTO appointments(customer_id, service_id, time) VALUES($CUSTOMER_ID,$SERVICE_ID,'$SERVICE_TIME')")
}
echo -e "\n~~~~~ Kapsalon heel lekker ~~~~~\n"
echo -e "\n~~~~~ Kapsalon ~~~~~\n"
SELECT_SERVICE
GET_CUSTOMER