mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Cleaned up UI a bit invoice, side_menu, client, started working on bank transfers
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
<?php
|
||||
|
||||
if(isset($_GET['tab'])){
|
||||
if($_GET['tab'] == "details"){
|
||||
include("client_details.php");
|
||||
}
|
||||
elseif($_GET['tab'] == "contacts"){
|
||||
if($_GET['tab'] == "contacts"){
|
||||
include("client_contacts.php");
|
||||
}
|
||||
elseif($_GET['tab'] == "locations"){
|
||||
@@ -45,7 +42,7 @@ if(isset($_GET['tab'])){
|
||||
}
|
||||
}
|
||||
else{
|
||||
include("client_details.php");
|
||||
include("client_contacts.php");
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user