mirror of
https://github.com/itflow-org/itflow
synced 2026-08-31 03:45:13 +00:00
Update badge classes to bg
This commit is contained in:
@@ -39,7 +39,7 @@ function getAssetIcon($asset_type) {
|
||||
|
||||
function getInvoiceBadgeColor($invoice_status) {
|
||||
if ($invoice_status == "Sent") {
|
||||
$invoice_badge_color = "warning text-white";
|
||||
$invoice_badge_color = "warning";
|
||||
} elseif ($invoice_status == "Viewed") {
|
||||
$invoice_badge_color = "info";
|
||||
} elseif ($invoice_status == "Partial") {
|
||||
|
||||
Reference in New Issue
Block a user