From 4e21a63cc9a8ff68747522b61ccc48f8f01a10d6 Mon Sep 17 00:00:00 2001 From: Jacek Pyziak Date: Thu, 21 Aug 2025 10:55:00 +0200 Subject: [PATCH] =?UTF-8?q?Zaktualizuj=20warunek=20dla=20etykiety=20'custo?= =?UTF-8?q?m=5Flabel=5F4'=20w=20klasie=20Products,=20zmieniaj=C4=85c=20'pr?= =?UTF-8?q?oduct=5Fdeleted'=20na=20'deleted'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/ftp-kr.sync.cache.json | 12 ++++++------ autoload/controls/class.Products.php | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.vscode/ftp-kr.sync.cache.json b/.vscode/ftp-kr.sync.cache.json index 855dd2b..cb2b170 100644 --- a/.vscode/ftp-kr.sync.cache.json +++ b/.vscode/ftp-kr.sync.cache.json @@ -41,8 +41,8 @@ }, "class.Products.php": { "type": "-", - "size": 9191, - "lmtime": 1751638170223, + "size": 9259, + "lmtime": 1755698072124, "modified": false }, "class.Site.php": { @@ -73,8 +73,8 @@ }, "class.Products.php": { "type": "-", - "size": 4799, - "lmtime": 1754982600241, + "size": 4959, + "lmtime": 1755698070623, "modified": false }, "class.Users.php": { @@ -152,8 +152,8 @@ }, "product_history.php": { "type": "-", - "size": 5117, - "lmtime": 0, + "size": 7093, + "lmtime": 1755699713875, "modified": false } } diff --git a/autoload/controls/class.Products.php b/autoload/controls/class.Products.php index 245d817..09d5d78 100644 --- a/autoload/controls/class.Products.php +++ b/autoload/controls/class.Products.php @@ -80,7 +80,7 @@ class Products $custom_class = 'custom_name'; } - if ( $custom_label_4 == 'product_deleted' ) + if ( $custom_label_4 == 'deleted' ) $custom_class = 'text-danger'; $custom_label_4_color = '';