diff --git a/includes/Admin/Admin.php b/includes/Admin/Admin.php
index 7d20a72..80a9418 100644
--- a/includes/Admin/Admin.php
+++ b/includes/Admin/Admin.php
@@ -1873,7 +1873,7 @@ class Admin {
|
- |
+ |
@@ -1884,7 +1884,7 @@ class Admin {
format_currency( $item['unit_amount'] ) ) ); ?>
' . esc_html( $item['note'] ) . '' : ''; ?>
- format_currency( $item['share'] ) ); ?> |
+ format_currency( $item['share'] ) ); ?> |
@@ -2070,24 +2070,24 @@ class Admin {
- |
- |
+ |
+ |
|
- format_currency( $statement['fixed_total'] ) ); ?> |
+ format_currency( $statement['fixed_total'] ) ); ?> |
|
- format_currency( $statement['water_cost_total'] ) ); ?> |
+ format_currency( $statement['water_cost_total'] ) ); ?> |
|
- format_currency( $statement['power_cost_total'] ) ); ?> |
+ format_currency( $statement['power_cost_total'] ) ); ?> |
|
- format_currency( $statement['grand_total'] ) ); ?> |
+ format_currency( $statement['grand_total'] ) ); ?> |
@@ -2097,13 +2097,13 @@ class Admin {
- |
- |
+ |
+ |
- | format_currency( $item['unit_amount'] ) ) ); ?> |
- format_currency( $item['share'] ) ); ?> |
+ format_currency( $item['unit_amount'] ) ) ); ?> |
+ format_currency( $item['share'] ) ); ?> |