mirror of https://github.com/itflow-org/itflow
Merge pull request #1113 from itflow-org/invoice-guest-cancelled
Guest invoice view - cancelled
This commit is contained in:
commit
22f5bdb1c0
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue