You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/branding/c1-contents-config.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -58,8 +58,8 @@ export const c1Contents = {
58
58
creditCardExpenseNameinJESubLabel: 'You can select either the \'Merchant Name\' or the \'Employee Name\' to appear in the \'Name\' field of your Journal Entries.',
Copy file name to clipboardExpand all lines: src/app/branding/fyle-contents-config.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ export const fyleContents = {
58
58
creditCardExpenseNameinJESubLabel: 'You can select either the \'Merchant Name\' or the \'Employee Name\' to appear in the \'Name\' field of your journal entries.',
59
59
defaultCCCAccountLabel: 'Set a Default Credit Card Account',
60
60
defaultCCCAccountSubLabel: 'If there\'s no card-to-card mapping or when an expense lacks a corporate card transaction associated with it, expenses will be posted to the default card configured here.',
61
-
defaultCCCAccountPayableLabel: 'Select the Default Credit Account for adding Journal Entry ',
61
+
defaultCCCAccountPayableLabel: 'Select the Default Credit Account for adding ',
62
62
defaultCCCAccountPayableSubLabel: 'This account will be used for the credit line of the '
Copy file name to clipboardExpand all lines: src/app/integrations/qbd-direct/qbd-direct-main/qbd-direct-mapping/qbd-direct-base-mapping/qbd-direct-base-mapping.component.ts
+44-11Lines changed: 44 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,14 @@ import { forkJoin } from 'rxjs';
Copy file name to clipboardExpand all lines: src/app/integrations/qbd-direct/qbd-direct-shared/qbd-direct-export-settings/qbd-direct-export-settings.component.html
Copy file name to clipboardExpand all lines: src/app/integrations/qbd-direct/qbd-direct-shared/qbd-direct-export-settings/qbd-direct-export-settings.component.ts
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -101,9 +101,18 @@ export class QbdDirectExportSettingsComponent implements OnInit{
0 commit comments