Skip to content

Commit

Permalink
final_change
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanca192001 committed Jun 13, 2024
1 parent 2d10ef3 commit c3176d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hotelManagementProject/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
path('coupon/', list_coupons, name='list_coupons'),
path('coupon/create_coupon', create_coupon, name='create_coupon'),
path('coupon/edit_status_coupon/', edit_status_coupon, name='edit_status_coupon'),
path('coupon/edit_coupon/',edit_coupon, name='edit_coupon' )
path('coupon/edit_coupon/',edit_coupon, name='edit_coupon' ),
path('details_reservation/<int:reservation_id>/', details_reservation, name='details_reservation'),
path('pay_reservation_with_invoices', pay_reservation_with_invoices, name='pay_reservation_with_invoices'),
path('generate_room_invoice', generate_room_invoice, name='generate_room_invoice'),
Expand Down

0 comments on commit c3176d5

Please sign in to comment.