mirror of https://github.com/itflow-org/itflow
Added Quote Prefix and Number to Quote to Invoice Header Modal
This commit is contained in:
parent
1e8f852f73
commit
a5ed572874
|
|
@ -2,7 +2,7 @@
|
|||
<div class="modal-dialog">
|
||||
<div class="modal-content bg-dark">
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title"><i class="fa fa-fw fa-file"></i> <?php echo $quote_number; ?> <i class="fa fa-fw fa-arrow-right"></i> Invoice</h5>
|
||||
<h5 class="modal-title"><i class="fa fa-fw fa-file"></i>Quote <?php echo "$quote_prefix$quote_number"; ?> <i class="fa fa-fw fa-arrow-right"></i> Invoice</h5>
|
||||
<button type="button" class="close text-white" data-dismiss="modal">
|
||||
<span>×</span>
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue