mirror of
https://github.com/itflow-org/itflow
synced 2026-03-24 06:25:40 +00:00
Fix invoice to recurring sent to wrong destination
This commit is contained in:
2
post.php
2
post.php
@@ -2803,7 +2803,7 @@ if(isset($_POST['add_invoice_recurring'])){
|
|||||||
|
|
||||||
$_SESSION['alert_message'] = "Created recurring Invoice from this Invoice";
|
$_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");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user