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