fix: POS Setting Allows Cash in Hand Group to be Counter Cash Account

This commit is contained in:
akshayitzme
2024-08-14 11:01:52 +05:30
parent 13414c5a29
commit 9d2fbb618e
@@ -14,6 +14,7 @@ export class POSSettings extends Doc {
cashAccount: () => ({
rootType: AccountRootTypeEnum.Asset,
accountType: AccountTypeEnum.Cash,
isGroup: false,
}),
};
}