Modified the way the app detects setup mode, added an alerts setting page and other minor fixes and cleanups

This commit is contained in:
johnny@pittpc.com
2019-08-23 16:32:15 -04:00
parent be1b4d50fb
commit 89762313c5
16 changed files with 115 additions and 40 deletions

View File

@@ -104,7 +104,7 @@ if(isset($_GET['invoice_id'], $_GET['url_key'])){
<?php
if($invoice_status != "Paid" and $invoice_status != "Cancelled" and $invoice_status != "Draft"){
?>
<a class="btn btn-success" href="guest_pay.php?invoice_id=<?php echo $invoice_id; ?>"><i class="fa fa-fw fa-credit-card"></i> Pay Online</a>
<a class="btn btn-success" href="guest_pay.php?invoice_id=<?php echo $invoice_id; ?>"><i class="fa fa-fw fa-credit-card"></i> Pay Online (Comming Soon)</a>
<?php } ?>
</div>
</div>