Merge pull request #1113 from itflow-org/invoice-guest-cancelled

Guest invoice view - cancelled
This commit is contained in:
Johnny 2024-12-06 11:42:39 -05:00 committed by GitHub
commit 22f5bdb1c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -179,6 +179,13 @@ if ($balance > 0) {
</div>
</div>
<?php } ?>
<?php if ($invoice_status == "Cancelled") { ?>
<div class="ribbon-wrapper">
<div class="ribbon bg-danger">
<?php echo $invoice_status; ?>
</div>
</div>
<?php } ?>
<h3 class="text-right mt-5"><strong>Invoice</strong><br><small class="text-secondary"><?php echo "$invoice_prefix$invoice_number"; ?></small></h3>
</div>
</div>