2
0
mirror of https://github.com/frappe/books.git synced 2025-01-23 07:08:36 +00:00
books/schemas/tests/Customer.json

6 lines
70 B
JSON
Raw Normal View History

2022-03-23 13:01:15 +05:30
{
"name": "Customer",
"label": "Customer",
2022-03-23 14:07:00 +05:30
"extends": "Party"
2023-06-27 13:10:04 +05:30
}