diff --git a/erpnext/venue/doctype/item_booking/item_booking.json b/erpnext/venue/doctype/item_booking/item_booking.json index 6c049a9526c37863db5f2ade55e358927c37a06a..979f511019a363aa895314cd6cee58ccf2602a8c 100644 --- a/erpnext/venue/doctype/item_booking/item_booking.json +++ b/erpnext/venue/doctype/item_booking/item_booking.json @@ -146,6 +146,7 @@ { "fieldname": "notes", "fieldtype": "Small Text", + "in_preview": 1, "label": "Notes" }, { @@ -293,7 +294,7 @@ "link_fieldname": "item_booking" } ], - "modified": "2024-02-13 18:35:54.430371", + "modified": "2024-04-15 12:29:10.702975", "modified_by": "Administrator", "module": "Venue", "name": "Item Booking", diff --git a/erpnext/venue/doctype/item_booking/item_booking_calendar.js b/erpnext/venue/doctype/item_booking/item_booking_calendar.js index f50f6c4b61ff1d8c8d75e0db359b9e9d1434626e..03ba92f9326b46531d8cef7964aed655c1391d3d 100644 --- a/erpnext/venue/doctype/item_booking/item_booking_calendar.js +++ b/erpnext/venue/doctype/item_booking/item_booking_calendar.js @@ -11,7 +11,9 @@ frappe.views.calendar["Item Booking"] = { "rrule": "rrule", "color": "color", "status": "status", - "doctype": "doctype" + "doctype": "doctype", + "item": "item", + "notes": "notes" }, status_color: { "In cart": "orange",