mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
add botão (funcionando) remover produto da comanda
This commit is contained in:
@@ -18,6 +18,7 @@ htmx_urlpatterns = [
|
||||
# path('listProduct/', htmx_views.listProduct, name='listProduct'),
|
||||
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'),
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user