Kaufdatum ergänzt

This commit is contained in:
Alexander Gabriel 2023-11-18 14:49:05 +00:00
parent 556a3f1c62
commit f8b8633bf6

View File

@ -7,7 +7,8 @@
"field_order": [ "field_order": [
"inventarnummer", "inventarnummer",
"hostname", "hostname",
"assettyp" "assettyp",
"kaufdatum"
], ],
"fields": [ "fields": [
{ {
@ -45,11 +46,16 @@
"label": "Asset-Typ", "label": "Asset-Typ",
"options": "PC\nLaptop\nMonitor", "options": "PC\nLaptop\nMonitor",
"reqd": 1 "reqd": 1
},
{
"fieldname": "kaufdatum",
"fieldtype": "Date",
"label": "Kaufdatum"
} }
], ],
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"links": [], "links": [],
"modified": "2023-11-18 15:13:29.985217", "modified": "2023-11-18 15:48:19.692002",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Test Frappe", "module": "Test Frappe",
"name": "Asset", "name": "Asset",