Sumitkhadka10 / car-rental

0 stars 0 forks source link

Cannot edit reservation detail #7

Open ShineLimbu opened 4 months ago

ShineLimbu commented 4 months ago

After booking, the user cannot edit the reservation detail. It likely involves a condition that checks the booking status before allowing any edits. If the status is confirmed, the code triggers an error or disables editing functionality.

This approach is commonly used in systems where post-booking modifications could cause complications or require additional processing, such as in travel or event management applications.