diff --git a/models/inventory/Point of Sale/POSSettings.ts b/models/inventory/Point of Sale/POSSettings.ts index a36749b2f..167db93bd 100644 --- a/models/inventory/Point of Sale/POSSettings.ts +++ b/models/inventory/Point of Sale/POSSettings.ts @@ -14,6 +14,7 @@ export class POSSettings extends Doc { cashAccount: () => ({ rootType: AccountRootTypeEnum.Asset, accountType: AccountTypeEnum.Cash, + isGroup: false, }), }; }