2
0
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:
Rushabh Mehta 2018-02-19 12:39:09 +05:30 committed by GitHub
parent 90ae7dda4c
commit 2eea0bb807
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}
]
}