Moved the client Nav to the sidebar to free up space, fixed balance showing red under client even though it was 0

This commit is contained in:
root
2019-04-29 21:48:42 -04:00
parent fa12d23b2f
commit eecdb18a06
6 changed files with 300 additions and 6 deletions

View File

@@ -53,6 +53,8 @@
//set Text color on balance
if($balance > 0){
$balance_text_color = "text-danger";
}else{
$balance_text_color = "";
}
?>