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": {
"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
}
}

View File

@@ -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 = '';