Shorten wording yes we already know its an invoice/quote other wording touchups

This commit is contained in:
johnnyq
2022-12-17 14:14:43 -05:00
parent ac4d7b2d62
commit 0e41906af0
5 changed files with 13 additions and 14 deletions

View File

@@ -220,11 +220,11 @@ if(isset($_GET['invoice_id'])){
<div class="col-sm-4">
<table class="table">
<tr>
<td>Invoice Date</td>
<td>Date</td>
<td class="text-right"><?php echo $invoice_date; ?></td>
</tr>
<tr>
<td>Due Date</td>
<td>Due</td>
<td class="text-right"><?php echo $invoice_due; ?></td>
</tr>
</table>
@@ -601,7 +601,7 @@ var docDefinition = {
[
{},
{
text: 'Invoice Date',
text: 'Date',
style: 'invoiceDateTitle'
},
{
@@ -612,7 +612,7 @@ var docDefinition = {
[
{},
{
text: 'Due Date',
text: 'Due',
style: 'invoiceDateTitle'
},
{