mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Finished File Entity Renaming process
This commit is contained in:
@@ -37,8 +37,8 @@ if(isset($_GET['tab'])){
|
||||
elseif($_GET['tab'] == "invoices"){
|
||||
include("client_invoices.php");
|
||||
}
|
||||
elseif($_GET['tab'] == "recurring"){
|
||||
include("client_recurring.php");
|
||||
elseif($_GET['tab'] == "recurring_invoices"){
|
||||
include("client_recurring_invoices.php");
|
||||
}
|
||||
elseif($_GET['tab'] == "payments"){
|
||||
include("client_payments.php");
|
||||
|
||||
Reference in New Issue
Block a user