From b4d8780be1b620b1768c43f7d46533855db4dcec Mon Sep 17 00:00:00 2001 From: "johnny@pittpc.com" Date: Tue, 9 Mar 2021 18:09:03 -0500 Subject: [PATCH] Removed word asset from name and type --- add_asset_modal.php | 4 ++-- edit_asset_modal.php | 4 ++-- invoice.php | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/add_asset_modal.php b/add_asset_modal.php index bb03f501..3066ef77 100644 --- a/add_asset_modal.php +++ b/add_asset_modal.php @@ -39,7 +39,7 @@
- +
@@ -49,7 +49,7 @@
- +
diff --git a/edit_asset_modal.php b/edit_asset_modal.php index d02833fb..4877cad4 100644 --- a/edit_asset_modal.php +++ b/edit_asset_modal.php @@ -39,7 +39,7 @@
- +
@@ -49,7 +49,7 @@
- +
diff --git a/invoice.php b/invoice.php index 149f0ab3..37424d4f 100644 --- a/invoice.php +++ b/invoice.php @@ -734,7 +734,7 @@ include("footer.php"); style:'itemsFooterSubTitle' }, { - text: '$', + text: '$', style:'itemsFooterSubValue' } ], @@ -744,7 +744,7 @@ include("footer.php"); style:'itemsFooterTotalTitle' }, { - text: '$', + text: '$', style:'itemsFooterTotalValue' } ], @@ -754,7 +754,7 @@ include("footer.php"); style:'itemsFooterSubTitle' }, { - text: '$', + text: '$', style:'itemsFooterSubValue' } ],