mirror of
https://github.com/itflow-org/itflow
synced 2026-09-09 00:05:13 +00:00
Update badge classes to bg
This commit is contained in:
@@ -820,7 +820,7 @@ if (isset($_GET['export_quote_pdf'])) {
|
||||
|
||||
//Set Badge color based off of quote status
|
||||
if ($quote_status == "Sent") {
|
||||
$quote_badge_color = "warning text-white";
|
||||
$quote_badge_color = "warning";
|
||||
} elseif ($quote_status == "Viewed") {
|
||||
$quote_badge_color = "primary";
|
||||
} elseif ($quote_status == "Accepted") {
|
||||
|
||||
Reference in New Issue
Block a user