Skip to content

Commit

Permalink
Netsuite api call: tax code (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
anishfyle committed Jul 15, 2024
1 parent 8e6440c commit 18ad6d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/core/models/enum/enum.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ export enum XeroFyleField {

export enum NetsuiteFyleField {
PROJECT = 'PROJECT',
TAX_CODE = 'TAX_CODE'
TAX_ITEM = 'TAX_ITEM'
}

export enum QBDAccountingExportsState {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ export class NetsuiteImportSettingsComponent implements OnInit {
this.netsuiteConnectorService.getSubsidiaryMapping(),
this.importSettingService.getNetsuiteFields(),
this.workspaceService.getConfiguration(),
this.mappingService.getDestinationAttributes(NetsuiteFyleField.TAX_CODE, 'v2')
this.mappingService.getDestinationAttributes(NetsuiteFyleField.TAX_ITEM, 'v2')
]).subscribe(([importSettingsResponse, fyleFieldsResponse, subsidiaryMapping, netsuiteFields, workspaceGeneralSetting, destinationAttribute]) => {
this.importSettings = importSettingsResponse;
if (subsidiaryMapping && subsidiaryMapping.country_name !== '_unitedStates') {
Expand Down

0 comments on commit 18ad6d2

Please sign in to comment.