não lembro

This commit is contained in:
2025-07-07 13:56:12 -03:00
parent 7355d546cd
commit ee75321b97
9 changed files with 25 additions and 17 deletions

View File

@@ -30,7 +30,6 @@ function searchProduct() {
var search_product = document.getElementById('search-product-modal').value.trim()
var productListElement = document.getElementById("product-list-modal");
var comanda_id = document.getElementById("id-comanda").value;
if(search_product.length == 0 ){search_product ='*';}
fetch(`/comandas/listProduct/${comanda_id}/${search_product}`, {
method: 'GET',}