Zaktualizuj warunek dla etykiety 'custom_label_4' w klasie Products, zmieniając 'product_deleted' na 'deleted'

This commit is contained in:
2025-08-21 10:55:00 +02:00
parent e0ac1cf118
commit 4e21a63cc9
2 changed files with 7 additions and 7 deletions

View File

@@ -41,8 +41,8 @@
}, },
"class.Products.php": { "class.Products.php": {
"type": "-", "type": "-",
"size": 9191, "size": 9259,
"lmtime": 1751638170223, "lmtime": 1755698072124,
"modified": false "modified": false
}, },
"class.Site.php": { "class.Site.php": {
@@ -73,8 +73,8 @@
}, },
"class.Products.php": { "class.Products.php": {
"type": "-", "type": "-",
"size": 4799, "size": 4959,
"lmtime": 1754982600241, "lmtime": 1755698070623,
"modified": false "modified": false
}, },
"class.Users.php": { "class.Users.php": {
@@ -152,8 +152,8 @@
}, },
"product_history.php": { "product_history.php": {
"type": "-", "type": "-",
"size": 5117, "size": 7093,
"lmtime": 0, "lmtime": 1755699713875,
"modified": false "modified": false
} }
} }

View File

@@ -80,7 +80,7 @@ class Products
$custom_class = 'custom_name'; $custom_class = 'custom_name';
} }
if ( $custom_label_4 == 'product_deleted' ) if ( $custom_label_4 == 'deleted' )
$custom_class = 'text-danger'; $custom_class = 'text-danger';
$custom_label_4_color = ''; $custom_label_4_color = '';