mirror of
https://github.com/frappe/books.git
synced 2026-08-24 10:04:45 -05:00
fix: POS Setting Allows Cash in Hand Group to be Counter Cash Account
This commit is contained in:
@@ -14,6 +14,7 @@ export class POSSettings extends Doc {
|
||||
cashAccount: () => ({
|
||||
rootType: AccountRootTypeEnum.Asset,
|
||||
accountType: AccountTypeEnum.Cash,
|
||||
isGroup: false,
|
||||
}),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user