mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Add viewed status to invoice and quote when viewed via the guest portal
This commit is contained in:
@@ -200,6 +200,8 @@
|
||||
|
||||
if($invoice_status == "Sent"){
|
||||
$invoice_badge_color = "warning text-white";
|
||||
}elseif($invoice_status == "Viewed"){
|
||||
$invoice_badge_color = "info";
|
||||
}elseif($invoice_status == "Partial"){
|
||||
$invoice_badge_color = "primary";
|
||||
}elseif($invoice_status == "Paid"){
|
||||
|
||||
Reference in New Issue
Block a user