Fix invoice to recurring sent to wrong destination

This commit is contained in:
johnnyq 2022-03-04 14:38:53 -05:00
parent d4a63c14c3
commit d7fd8cc736
1 changed files with 1 additions and 1 deletions

View File

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