mirror of
https://github.com/frappe/books.git
synced 2025-01-09 17:53:56 +00:00
Delete customer.js
This commit is contained in:
parent
90ae7dda4c
commit
2eea0bb807
@ -1,17 +0,0 @@
|
|||||||
module.exports = {
|
|
||||||
"name": "Customer",
|
|
||||||
"doctype": "DocType",
|
|
||||||
"isSingle": 0,
|
|
||||||
"istable": 0,
|
|
||||||
"keywordFields": [
|
|
||||||
"name"
|
|
||||||
],
|
|
||||||
"fields": [
|
|
||||||
{
|
|
||||||
"fieldname": "name",
|
|
||||||
"label": "Name",
|
|
||||||
"fieldtype": "Data",
|
|
||||||
"required": 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user