added client_recurring listing

This commit is contained in:
root
2019-04-16 20:18:01 -04:00
parent d48ff8232d
commit 974bec2f17
4 changed files with 78 additions and 0 deletions

View File

@@ -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");
}