mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
não lembro
This commit is contained in:
@@ -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',}
|
||||
|
||||
Reference in New Issue
Block a user