From 5f1592e9a5a7e7313b8a4af62ea4149fca560050 Mon Sep 17 00:00:00 2001 From: "johnny@pittpc.com" Date: Mon, 8 Feb 2021 20:17:39 -0500 Subject: [PATCH] After Creating Recurring Invoice Direct to Recurring Details --- post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post.php b/post.php index a15d6ec7..e65340f5 100644 --- a/post.php +++ b/post.php @@ -2303,7 +2303,7 @@ if(isset($_POST['add_recurring'])){ $_SESSION['alert_message'] = "Recurring Invoice added"; - header("Location: " . $_SERVER["HTTP_REFERER"]); + header("Location: recurring_invoice.php?recurring_id=$recurring_id"); }