feat: Zaktualizuj rozmiar i czas modyfikacji pliku class.Cron.php oraz dodaj długość strony do tabeli historii produktów

This commit is contained in:
2025-12-02 00:31:09 +01:00
parent ad79773412
commit 7c8df8585a
2 changed files with 3 additions and 2 deletions

View File

@@ -35,8 +35,8 @@
},
"class.Cron.php": {
"type": "-",
"size": 21248,
"lmtime": 1763678619283,
"size": 22459,
"lmtime": 1764273350638,
"modified": false
},
"class.Products.php": {

View File

@@ -76,6 +76,7 @@
type: 'POST',
url: '/products/get_product_history_table/client_id=' + client_id + '&product_id=' + product_id,
},
pageLength: 30,
processing: true,
serverSide: true,
searching: false,