Added Send Email to invoice listings, started adding pregtty graphs to dashboard, and other ui cleanup

This commit is contained in:
root
2019-05-04 01:06:03 -04:00
parent 448267cb32
commit bdbbecfc7b
9 changed files with 69 additions and 19 deletions

View File

@@ -1328,7 +1328,7 @@ if(isset($_GET['email_invoice'])){
$_SESSION['alert_message'] = "Invoice has been sent";
header("Location: invoice.php?invoice_id=$invoice_id");
header("Location: " . $_SERVER["HTTP_REFERER"]);
} catch (Exception $e) {