diff --git a/post.php b/post.php index 99d09f6d..eb92f1ed 100644 --- a/post.php +++ b/post.php @@ -2803,7 +2803,7 @@ if(isset($_POST['add_invoice_recurring'])){ $_SESSION['alert_message'] = "Created recurring Invoice from this Invoice"; - header("Location: recurring.php?recurring_id=$recurring_id"); + header("Location: recurring_invoice.php?recurring_id=$recurring_id"); }