Removed even more static Quote and Invoice Prefixes

This commit is contained in:
johnny@pittpc.com
2019-08-12 13:28:50 -04:00
parent 421b2b997c
commit 41e6e01eb3
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
<div class="modal-dialog">
<div class="modal-content bg-dark">
<div class="modal-header text-white">
<h5 class="modal-title"><i class="fa fa-fw fa-copy mr-2"></i>Copying INV-<?php echo $invoice_number; ?></h5>
<h5 class="modal-title"><i class="fa fa-fw fa-copy mr-2"></i>Copying <?php echo $invoice_number; ?></h5>
<button type="button" class="close text-white" data-dismiss="modal">
<span aria-hidden="true">&times;</span>
</button>