From 61d410b59c64158b99cb3d7ba20bbae5ba5cb8bb Mon Sep 17 00:00:00 2001 From: Shwetabh Kumar Date: Wed, 29 May 2024 12:04:23 +0530 Subject: [PATCH] Fixing auto create merchant (#826) --- .../netsuite-advanced-settings.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/integrations/netsuite/netsuite-shared/netsuite-advanced-settings/netsuite-advanced-settings.component.html b/src/app/integrations/netsuite/netsuite-shared/netsuite-advanced-settings/netsuite-advanced-settings.component.html index a913e9c11..3b0daf026 100644 --- a/src/app/integrations/netsuite/netsuite-shared/netsuite-advanced-settings/netsuite-advanced-settings.component.html +++ b/src/app/integrations/netsuite/netsuite-shared/netsuite-advanced-settings/netsuite-advanced-settings.component.html @@ -99,8 +99,8 @@ [form]="advancedSettingForm" [iconPath]="'user-plus'" [label]="brandingContent.autoCreateVendorsLabel + getCreateMerchantLabel()" - [subLabel]="'While exporting reimbursable expenses from ' + brandingConfig.brandName + ', the integration will automatically create a merchant if a match does not exist in NetSuite already.'" - [formControllerName]="'autoCreateVendors'"> + [subLabel]="'While exporting credit card expenses from ' + brandingConfig.brandName + ', the integration will automatically create a merchant if a match does not exist in NetSuite already.'" + [formControllerName]="'autoCreateMerchants'">