Skip to content

Commit

Permalink
Merge pull request #927 from frappe/fix-pos-counter-cash-account
Browse files Browse the repository at this point in the history
fix: POS Setting Allows Cash in Hand Group to be Counter Cash Account
  • Loading branch information
akshayitzme authored Aug 14, 2024
2 parents 13414c5 + 9d2fbb6 commit 47f4f83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/inventory/Point of Sale/POSSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export class POSSettings extends Doc {
cashAccount: () => ({
rootType: AccountRootTypeEnum.Asset,
accountType: AccountTypeEnum.Cash,
isGroup: false,
}),
};
}

0 comments on commit 47f4f83

Please sign in to comment.