Lowercase ty in QTY, fixed issue in setup where it would not take the selected currency type

This commit is contained in:
johnny@pittpc.com
2021-03-27 15:52:00 -04:00
parent cc3a133d16
commit cd2ea38c5b
4 changed files with 8 additions and 8 deletions

View File

@@ -178,7 +178,7 @@ if(isset($_GET['recurring_id'])){
<th class="d-print-none"></th>
<th>Item</th>
<th>Description</th>
<th class="text-center">QTY</th>
<th class="text-center">Qty</th>
<th class="text-right">Price</th>
<th class="text-right">Tax</th>
<th class="text-right">Total</th>
@@ -362,4 +362,4 @@ if(isset($_GET['recurring_id'])){
include("footer.php");
?>
?>