Skip to content

Commit e6aa0ad

Browse files
committed
adding central invocing as withdrwawaltype
1 parent d985682 commit e6aa0ad

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/CONST/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7593,6 +7593,7 @@ const CONST = {
75937593
WITHDRAWAL_TYPE: {
75947594
EXPENSIFY_CARD: 'expensify-card',
75957595
REIMBURSEMENT: 'reimbursement',
7596+
CENTRAL_TRAVEL_INVOICING: 'central-travel-invoicing',
75967597
},
75977598
SETTLEMENT_STATUS: {
75987599
PENDING: 'pending',

src/languages/en.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7785,6 +7785,7 @@ const translations = {
77857785
withdrawalType: {
77867786
[CONST.SEARCH.WITHDRAWAL_TYPE.EXPENSIFY_CARD]: 'Expensify Card',
77877787
[CONST.SEARCH.WITHDRAWAL_TYPE.REIMBURSEMENT]: 'Reimbursement',
7788+
[CONST.SEARCH.WITHDRAWAL_TYPE.CENTRAL_TRAVEL_INVOICING]: 'Central invoicing',
77887789
},
77897790
is: 'Is',
77907791
action: {

src/languages/es.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7649,6 +7649,7 @@ ${amount} para ${merchant} - ${date}`,
76497649
withdrawalType: {
76507650
[CONST.SEARCH.WITHDRAWAL_TYPE.EXPENSIFY_CARD]: 'Expensify Card',
76517651
[CONST.SEARCH.WITHDRAWAL_TYPE.REIMBURSEMENT]: 'Reembolso',
7652+
[CONST.SEARCH.WITHDRAWAL_TYPE.CENTRAL_TRAVEL_INVOICING]: 'Facturación centralizada',
76527653
},
76537654
is: 'Es',
76547655
action: {

0 commit comments

Comments
 (0)