Enable New Zealand Dollar
This commit is contained in:
parent
48cc58a8f9
commit
64094fc057
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ export class SettingsComponent implements OnInit {
|
||||||
},{
|
},{
|
||||||
label: 'Australian Dollar',
|
label: 'Australian Dollar',
|
||||||
symbol: 'aud'
|
symbol: 'aud'
|
||||||
|
},{
|
||||||
|
label: 'New Zealand Dollar',
|
||||||
|
symbol: 'nzd'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
xeroLink: string = '';
|
xeroLink: string = '';
|
||||||
|
|
Loading…
Reference in a new issue