mirror of https://github.com/itflow-org/itflow
Removed more static Quote and Invoice Prefixes
This commit is contained in:
parent
f34630dbaa
commit
421b2b997c
|
|
@ -2,7 +2,7 @@
|
|||
<div class="modal-dialog">
|
||||
<div class="modal-content bg-dark">
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title text-white"><i class="fa fa-fw fa-file mr-2"></i>INV-<?php echo $invoice_number; ?></h5>
|
||||
<h5 class="modal-title text-white"><i class="fa fa-fw fa-file mr-2"></i><?php echo $invoice_number; ?></h5>
|
||||
<button type="button" class="close text-white" data-dismiss="modal">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<div class="modal-dialog">
|
||||
<div class="modal-content bg-dark">
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title text-white"><i class="fa fa-fw fa-file mr-2"></i>QUO-<?php echo $quote_number; ?></h5>
|
||||
<h5 class="modal-title text-white"><i class="fa fa-fw fa-file mr-2"></i><?php echo $quote_number; ?></h5>
|
||||
<button type="button" class="close text-white" data-dismiss="modal">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue