2
0
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:
akshayitzme 2024-08-14 11:01:52 +05:30
parent 13414c5a29
commit 9d2fbb618e

View File

@ -14,6 +14,7 @@ export class POSSettings extends Doc {
cashAccount: () => ({
rootType: AccountRootTypeEnum.Asset,
accountType: AccountTypeEnum.Cash,
isGroup: false,
}),
};
}