diff --git a/phpnuxbill.zip b/phpnuxbill.zip
new file mode 100644
index 00000000..34dd0d77
Binary files /dev/null and b/phpnuxbill.zip differ
diff --git a/ui/ui/customers-add.tpl b/ui/ui/customers-add.tpl
index acef5cfe..ebf39c1d 100644
--- a/ui/ui/customers-add.tpl
+++ b/ui/ui/customers-add.tpl
@@ -83,6 +83,16 @@
+
diff --git a/ui/ui/customers-edit.tpl b/ui/ui/customers-edit.tpl
index 219fdf42..7af5a743 100644
--- a/ui/ui/customers-edit.tpl
+++ b/ui/ui/customers-edit.tpl
@@ -88,6 +88,17 @@
+
+
diff --git a/ui/ui/customers.tpl b/ui/ui/customers.tpl
index 8bec2eac..19743696 100644
--- a/ui/ui/customers.tpl
+++ b/ui/ui/customers.tpl
@@ -37,6 +37,7 @@
{Lang::T('Username')} |
+ {Lang::T('Account Type')} |
{Lang::T('Full Name')} |
{Lang::T('Balance')} |
{Lang::T('Phone Number')} |
@@ -52,6 +53,7 @@
{$ds['username']} |
+ {Lang::moneyFormat($ds['account_type'])} |
{$ds['fullname']} |
{Lang::moneyFormat($ds['balance'])} |