Fix for Auto Recurring Duplicate Invoice Numbers

This commit is contained in:
johnny@pittpc.com
2019-10-06 14:56:22 -04:00
parent f3c1df3e17
commit 42918e90ae
3 changed files with 15 additions and 7 deletions

View File

@@ -12,6 +12,7 @@ if(isset($_GET['ticket_id'])){
echo "<center><h1 class='text-secondary mt-5'>Nothing to see here</h1><a class='btn btn-lg btn-secondary mt-3' href='tickets.php'><i class='fa fa-fw fa-arrow-left'></i> Go Back</a></center>";
include("footer.php");
}else{
$row = mysqli_fetch_array($sql);