Enable New Zealand Dollar

This commit is contained in:
Rene Vergara 2022-09-06 10:06:22 -05:00
parent 48cc58a8f9
commit 64094fc057
Signed by: pitmutt
GPG Key ID: 65122AD495A7F5B2
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@ export class SettingsComponent implements OnInit {
},{
label: 'Australian Dollar',
symbol: 'aud'
},{
label: 'New Zealand Dollar',
symbol: 'nzd'
}
];
xeroLink: string = '';