Skip to content

Commit

Permalink
Merge pull request #47459 from ShridharGoel/46574
Browse files Browse the repository at this point in the history
[InternalQA] Add copies for Netsuite - importing vendors and custom lists
  • Loading branch information
pecanoro authored Sep 13, 2024
2 parents 00bc167 + 8da766a commit 587698f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2340,6 +2340,8 @@ const CONST = {
NETSUITE_SYNC_UPDATE_DATA: 'netSuiteSyncUpdateConnectionData',
NETSUITE_SYNC_NETSUITE_REIMBURSED_REPORTS: 'netSuiteSyncNetSuiteReimbursedReports',
NETSUITE_SYNC_EXPENSIFY_REIMBURSED_REPORTS: 'netSuiteSyncExpensifyReimbursedReports',
NETSUITE_SYNC_IMPORT_VENDORS_TITLE: 'netSuiteImportVendorsTitle',
NETSUITE_SYNC_IMPORT_CUSTOM_LISTS_TITLE: 'netSuiteImportCustomListsTitle',
SAGE_INTACCT_SYNC_CHECK_CONNECTION: 'intacctCheckConnection',
SAGE_INTACCT_SYNC_IMPORT_TITLE: 'intacctImportTitle',
SAGE_INTACCT_SYNC_IMPORT_DATA: 'intacctImportData',
Expand Down
4 changes: 4 additions & 0 deletions src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3461,6 +3461,10 @@ export default {
return 'Marking Expensify reports as reimbursed';
case 'netSuiteSyncExpensifyReimbursedReports':
return 'Marking NetSuite bills and invoices as paid';
case 'netSuiteImportVendorsTitle':
return 'Importing vendors';
case 'netSuiteImportCustomListsTitle':
return 'Importing custom lists';
case 'netSuiteSyncImportCustomLists':
return 'Importing custom lists';
case 'netSuiteSyncImportSubsidiaries':
Expand Down
4 changes: 4 additions & 0 deletions src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3447,6 +3447,10 @@ export default {
return 'Importando proveedores';
case 'netSuiteSyncExpensifyReimbursedReports':
return 'Marcando facturas y recibos de NetSuite como pagados';
case 'netSuiteImportVendorsTitle':
return 'Importando proveedores';
case 'netSuiteImportCustomListsTitle':
return 'Importando listas personalizadas';
case 'intacctCheckConnection':
return 'Comprobando la conexión a Sage Intacct';
case 'intacctImportDimensions':
Expand Down

0 comments on commit 587698f

Please sign in to comment.