mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-18 02:55:20 +00:00
[design] form toolbar
This commit is contained in:
committed by
Anand Doshi
parent
6f7cba8d73
commit
4096a3ab2b
@@ -6,7 +6,7 @@ frappe.listview_settings['Time Log'] = {
|
||||
add_fields: ["status", "billable", "activity_type", "task", "project", "hours", "time_log_for"],
|
||||
selectable: true,
|
||||
onload: function(me) {
|
||||
me.appframe.add_primary_action(__("Make Time Log Batch"), function() {
|
||||
me.page.add_menu_item(__("Make Time Log Batch"), function() {
|
||||
var selected = me.get_checked_items() || [];
|
||||
|
||||
if(!selected.length) {
|
||||
|
||||
Reference in New Issue
Block a user