Removed word asset from name and type

This commit is contained in:
johnny@pittpc.com
2021-03-09 18:09:03 -05:00
parent 713778d094
commit b4d8780be1
3 changed files with 7 additions and 7 deletions

View File

@@ -734,7 +734,7 @@ include("footer.php");
style:'itemsFooterSubTitle'
},
{
text: '$<?php echo $total_tax; ?>',
text: '$<?php echo number_format($total_tax,2); ?>',
style:'itemsFooterSubValue'
}
],
@@ -744,7 +744,7 @@ include("footer.php");
style:'itemsFooterTotalTitle'
},
{
text: '$<?php echo $invoice_amount; ?>',
text: '$<?php echo number_format($invoice_amount,2); ?>',
style:'itemsFooterTotalValue'
}
],
@@ -754,7 +754,7 @@ include("footer.php");
style:'itemsFooterSubTitle'
},
{
text: '$<?php echo $amount_paid; ?>',
text: '$<?php echo number_format($amount_paid,2); ?>',
style:'itemsFooterSubValue'
}
],