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

@@ -180,11 +180,11 @@ if(isset($_GET['invoice_id'], $_GET['url_key'])){
<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"><div class="<?php echo $invoice_color; ?>"><?php echo $invoice_due; ?></div></td>
</tr>
</table>
@@ -377,7 +377,7 @@ var docDefinition = {
[
{},
{
text: 'Invoice Date',
text: 'Date',
style: 'invoiceDateTitle'
},
{
@@ -388,7 +388,7 @@ var docDefinition = {
[
{},
{
text: 'Due Date',
text: 'Due',
style: 'invoiceDateTitle'
},
{