Remove bad word :(
This commit is contained in:
2
salon.sh
2
salon.sh
@@ -61,7 +61,7 @@ SET_APPOINTMENT() {
|
|||||||
CREATE_APPOINTMENT=$($PSQL "INSERT INTO appointments(customer_id, service_id, time) VALUES($CUSTOMER_ID,$SERVICE_ID,'$SERVICE_TIME')")
|
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
|
SELECT_SERVICE
|
||||||
GET_CUSTOMER
|
GET_CUSTOMER
|
||||||
|
|||||||
Reference in New Issue
Block a user