mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Officially moved client nav to the side, moved add new client items to each tavb instead bolded client balance if negative
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
$balance = $invoice_amounts - $amount_paid;
|
||||
//set Text color on balance
|
||||
if($balance > 0){
|
||||
$balance_text_color = "text-danger";
|
||||
$balance_text_color = "text-danger font-weight-bold";
|
||||
}else{
|
||||
$balance_text_color = "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user