Skip to content

Commit

Permalink
netsuite advanced settings default fields fix (#819)
Browse files Browse the repository at this point in the history
* netsuite advanced settings default fields fix

* netsuite export settings default fields fix
  • Loading branch information
DhaaraniCIT authored May 23, 2024
1 parent 6019d19 commit 288f398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ <h4 class="tw-text-form-label-text-color tw-mb-12-px">{{brandingContent.previewD
[form]="advancedSettingForm"
[isDefaultFields]="true"
[destinationAttributes]="netsuiteDepartments"
[label]="helper.sentenseCaseConversion('Default Departments') + isOptional()"
[label]="helper.sentenseCaseConversion('Default Department') + isOptional()"
[placeholder]="helper.sentenseCaseConversion('Choose Default NetSuite Department')"
[showClearIcon]="true"
[formControllerName]="'netsuiteDepartment'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
[isFieldMandatory]="true"
[mandatoryErrorListName]="'credit card vendor'"
[label]="brandingContent.corporateCard.defaultCCCVendorLabel"
[subLabel]="'Post all your company corporate card transactions to a default credit card vendor.'"
[subLabel]="'Post your company corporate card transactions to a default credit card vendor when a match is not found in NetSuite and auto creation is switched off.'"
[placeholder]="'Select default credit card vendor'"
[formControllerName]="'defaultCreditCardVendor'">
</app-configuration-select-field>
Expand Down

0 comments on commit 288f398

Please sign in to comment.