sort sale products list by stock_address

This commit is contained in:
Michał Zieliński
2025-11-08 12:54:24 +01:00
parent a39ebfd84c
commit a3bd40889a
2 changed files with 134 additions and 104 deletions

View File

@@ -48,8 +48,8 @@ function getList() {
}
function getList2() {
if($('#idss').val()!=""){
window.open('index.php?module=EcmSales&action=productsSummaryList&to_pdf=1&ids='+$('#idss').val());
} else {
window.open('index.php?module=EcmSales&action=ProductSummary&to_pdf=1&ids='+$('#idss').val());
} else {
alert("Proszę zaznaczyć chociaż jedną pozycje!");
}