feat: update status comanda for PAYING

This commit is contained in:
2024-12-20 10:11:50 -03:00
parent dfb7418e7a
commit aed3b906a4
9 changed files with 37 additions and 7 deletions

View File

@@ -19,8 +19,7 @@ htmx_urlpatterns = [
path('listProduct/<int:comanda_id>/', htmx_views.listProduct, name='listProduct'),
path('addProduct<int:product_id>/<int:comanda_id>/', htmx_views.addProduct, name='addProduct'),
path('removeProductComanda<int:productComanda_id>/', htmx_views.removeProductComanda, name='removeProductComanda'),
# path('removeProduct/', views.removeProduct, name='removeProduct'),
path('closeComanda<int:comanda_id>/', htmx_views.closeComanda, name='closeComanda'),
]
urlpatterns += htmx_urlpatterns