mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
feat: update status comanda for PAYING
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user