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

View file

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