Updated wording for Add Payment in Invoices as well as update the history log for adding payments

This commit is contained in:
Johnny
2020-12-09 21:25:39 -05:00
parent a4e4e8d578
commit d169fcc357
3 changed files with 4 additions and 3 deletions

View File

@@ -111,7 +111,7 @@ if(isset($_GET['invoice_id'])){
<?php } ?>
<?php if($invoice_status !== 'Paid' and $invoice_status !== 'Cancelled' and $invoice_status !== 'Draft'){ ?>
<a class="btn btn-success btn-sm" href="#" data-toggle="modal" data-target="#addPaymentModal"><i class="fa fa-fw fa-credit-card"></i> Pay</a>
<a class="btn btn-success btn-sm" href="#" data-toggle="modal" data-target="#addPaymentModal"><i class="fa fa-fw fa-credit-card"></i> Add Payment</a>
<?php } ?>
</div>