(billing) Add HU VAT option

This commit is contained in:
Baptiste Arnaud
2023-03-29 16:33:06 +02:00
parent 3ef4efab4e
commit 70416c0d14
3 changed files with 44 additions and 20 deletions

View File

@@ -340,7 +340,14 @@ export const taxIdTypes = [
code: 'HU TIN',
name: 'Hungary',
emoji: '🇭🇺',
placeholder: '12345678',
placeholder: '13804079-2-13',
},
{
type: 'hu_vat',
code: 'HU VAT',
name: 'Hungary',
emoji: '🇭🇺',
placeholder: 'HU12345678',
},
{
type: 'id_npwp',