Zaktualizuj warunek dla etykiety 'custom_label_4' w klasie Products, zmieniając 'product_deleted' na 'deleted'
This commit is contained in:
12
.vscode/ftp-kr.sync.cache.json
vendored
12
.vscode/ftp-kr.sync.cache.json
vendored
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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 = '';
|
||||
|
||||
Reference in New Issue
Block a user