1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-12-22 17:10:10 +00:00

accounts: add referrals to search queries

This commit is contained in:
Harvey Tindall 2023-09-07 13:30:21 +01:00
parent 729552a827
commit 7d9555fdf7
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2

View File

@ -935,6 +935,14 @@ export class accountsList {
bool: true,
string: false,
date: true
},
"referrals-enabled": {
name: window.lang.strings("referrals"),
getter: "referrals_enabled",
bool: true,
string: false,
date: false,
dependsOnTableHeader: "accounts-header-referrals"
}
}