2
0
mirror of https://github.com/frappe/books.git synced 2024-11-15 09:54:04 +00:00
books/schemas/app/inventory/Point of Sale/DefaultCashDenominations.json
2023-12-04 14:38:12 +05:30

8 lines
170 B
JSON

{
"name": "DefaultCashDenominations",
"label": "Default Cash Denominations",
"isChild": true,
"extends": "CashDenominations",
"tableFields": ["denomination"]
}