mirror of
https://github.com/frappe/books.git
synced 2024-11-08 14:50:56 +00:00
Merge pull request #927 from frappe/fix-pos-counter-cash-account
fix: POS Setting Allows Cash in Hand Group to be Counter Cash Account
This commit is contained in:
commit
47f4f83bc3
@ -14,6 +14,7 @@ export class POSSettings extends Doc {
|
||||
cashAccount: () => ({
|
||||
rootType: AccountRootTypeEnum.Asset,
|
||||
accountType: AccountTypeEnum.Cash,
|
||||
isGroup: false,
|
||||
}),
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user