diff --git a/jslib b/jslib
index cdbe08ae7e..647b254a71 160000
--- a/jslib
+++ b/jslib
@@ -1 +1 @@
-Subproject commit cdbe08ae7eb9f0b127ebc2e28de287ff8096aebc
+Subproject commit 647b254a71d0af105e1f6f1a1febeb15cd4181fb
diff --git a/src/app/organizations/settings/organization-billing.component.html b/src/app/organizations/settings/organization-billing.component.html
index 0b117f8afd..075b872ea2 100644
--- a/src/app/organizations/settings/organization-billing.component.html
+++ b/src/app/organizations/settings/organization-billing.component.html
@@ -173,20 +173,51 @@
{{'noCharges' | i18n}}
-{{i.date | date:'mediumDate'}} | - - - + + + + {{'invoiceNumber' | i18n : i.number}} | -{{c.createdDate | date:'mediumDate'}} | -{{c.paymentSource ? c.paymentSource.description : '-'}} | -{{c.status}} | -{{c.amount | currency:'$'}} | +{{i.amount | currency:'$'}} | ++ + + {{'paid' | i18n}} + + + + {{'unpaid' | i18n}} + + | +
{{'noTransactions' | i18n}}
+{{t.createdDate | date:'mediumDate'}} | ++ {{'chargeNoun' | i18n}} + {{'chargeRefund' | i18n}} + | ++ + {{t.details}} + | +{{t.amount | currency:'$'}} |
{{'noCharges' | i18n}}
-{{c.createdDate | date:'mediumDate'}} | -{{c.paymentSource ? c.paymentSource.description : '-'}} | -{{c.status}} | -{{c.amount | currency:'$'}} | +
{{i.date | date:'mediumDate'}} | ++ + + + {{'invoiceNumber' | i18n : i.number}} + | +{{i.amount | currency:'$'}} | ++ + + {{'paid' | i18n}} + + + + {{'unpaid' | i18n}} + + | +
{{'noTransactions' | i18n}}
+{{t.createdDate | date:'mediumDate'}} | ++ {{'chargeNoun' | i18n}} + {{'chargeRefund' | i18n}} + | ++ + {{t.details}} + | +{{t.amount | currency:'$'}} |