diff --git a/erpnext/venue/doctype/item_booking/item_booking_calendar.js b/erpnext/venue/doctype/item_booking/item_booking_calendar.js index 03ba92f9326b46531d8cef7964aed655c1391d3d..4669cbff2c9f7359d6d4ad99020c08d330028bd0 100644 --- a/erpnext/venue/doctype/item_booking/item_booking_calendar.js +++ b/erpnext/venue/doctype/item_booking/item_booking_calendar.js @@ -24,10 +24,10 @@ frappe.views.calendar["Item Booking"] = { filters: [["Item Booking", "status", "!=", "Cancelled"]], get_events_method: "erpnext.venue.doctype.item_booking.item_booking.get_events_for_calendar", calendar_print_config: { - no_title: true, + no_title: false, shown_filter: "item", Planning: { - no_title: true, + no_title: false, shown_filter: null, }, },