Skip to content

Commit 6ea2e21

Browse files
authored
Merge pull request #1352 from Gadha2311/integrate-modernpos
fix : align ClassicPOS with missing ModernPOS features
2 parents 4e0c2b1 + 7a0c035 commit 6ea2e21

File tree

7 files changed

+213
-272
lines changed

7 files changed

+213
-272
lines changed

models/baseModels/Defaults/Defaults.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ export class Defaults extends Doc {
5050
cancelButtonColour?: string;
5151
heldButtonColour?: string;
5252
returnButtonColour?: string;
53-
buyButtonColour?: string;
5453
payButtonColour?: string;
5554
payAndPrintButtonColour?: string;
5655

@@ -127,7 +126,6 @@ export class Defaults extends Doc {
127126
submitButtonColour: this.getPointOfSaleHidden(),
128127
heldButtonColour: this.getPointOfSaleHidden(),
129128
returnButtonColour: this.getPointOfSaleHidden(),
130-
buyButtonColour: this.getPointOfSaleHidden(),
131129
payButtonColour: this.getPointOfSaleHidden(),
132130
payAndPrintButtonColour: this.getPointOfSaleHidden(),
133131
};

0 commit comments

Comments
 (0)