Skip to content

Commit

Permalink
Merge pull request #107 from Accedia/fix/#4402-Change-Line-Note-text-…
Browse files Browse the repository at this point in the history
…for-Bundled-Commits

Fix/#4402 change line note text for bundled commits
  • Loading branch information
gerganaivvanova authored Dec 14, 2023
2 parents de64c3d + fd08822 commit d6f4a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron-app/src/utils/mitchell_importer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class Mitchell_Importer extends Importer {
this.BUNDLED_QUANTITY = "1";
this.BUNDLED_TOTAL_UNITS = "0";
this.DEFAULT_QUANTITY = "1";
this.BUNDLED_LINE_NOTE = "Shop will provide a detailed invoice along with line documentation to support every product on the invoice, and also P-Page Not Included documentation for all three estimating platforms."
this.BUNDLED_LINE_NOTE = "Shop will provide a zip folder with an itemized invoice along with all supporting documentation."
}

public setMitchellConfig = (inputSpeed: number, isLookingForCommitButton?: boolean): void => {
Expand Down

0 comments on commit d6f4a0e

Please sign in to comment.