diff --git a/invoice.php b/invoice.php
index 37424d4f..775926a3 100644
--- a/invoice.php
+++ b/invoice.php
@@ -234,7 +234,7 @@ if(isset($_GET['invoice_id'])){
|
Item |
Description |
- QTY |
+ Qty |
Price |
Tax |
Total |
@@ -935,4 +935,4 @@ $('#item').typeahead({
});
-
\ No newline at end of file
+
diff --git a/quote.php b/quote.php
index e22749ae..9e46e13a 100644
--- a/quote.php
+++ b/quote.php
@@ -198,7 +198,7 @@ if(isset($_GET['quote_id'])){
|
Item |
Description |
- QTY |
+ Qty |
Price |
Tax |
Total |
@@ -738,4 +738,4 @@ var docDefinition = {
}
};
-
\ No newline at end of file
+
diff --git a/recurring_invoice.php b/recurring_invoice.php
index 21d0594b..d565d98a 100644
--- a/recurring_invoice.php
+++ b/recurring_invoice.php
@@ -178,7 +178,7 @@ if(isset($_GET['recurring_id'])){
|
Item |
Description |
- QTY |
+ Qty |
Price |
Tax |
Total |
@@ -362,4 +362,4 @@ if(isset($_GET['recurring_id'])){
include("footer.php");
-?>
\ No newline at end of file
+?>
diff --git a/setup.php b/setup.php
index 94050371..77dc43ff 100644
--- a/setup.php
+++ b/setup.php
@@ -591,7 +591,7 @@ if(isset($_POST['add_company_settings'])){
@@ -660,4 +660,4 @@ if(isset($_POST['add_company_settings'])){