Skip to content

Commit

Permalink
Fixing auto create merchant
Browse files Browse the repository at this point in the history
  • Loading branch information
Shwetabhk committed May 29, 2024
1 parent 31cda39 commit d95621f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'">
</app-configuration-toggle-field>

</div>
Expand Down

0 comments on commit d95621f

Please sign in to comment.