mirror of
https://github.com/frappe/books.git
synced 2024-12-22 19:09:01 +00:00
fix: POS Setting Allows Cash in Hand Group to be Counter Cash Account
This commit is contained in:
parent
13414c5a29
commit
9d2fbb618e
@ -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