2
0
mirror of https://github.com/frappe/books.git synced 2025-01-07 17:14:18 +00:00
books/schemas/app/inventory/Point of Sale/DefaultCashDenominations.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
170 B
JSON
Raw Normal View History

2023-08-16 12:20:57 +00:00
{
"name": "DefaultCashDenominations",
"label": "Default Cash Denominations",
"isChild": true,
"extends": "CashDenominations",
"tableFields": ["denomination"]
}