[fix] show action after duplicate having no action (#2681)

This commit is contained in:
robert schouten 2017-02-08 18:48:21 +08:00 committed by Rushabh Mehta
parent 7a007a2cb4
commit f54efe0aa8

View file

@ -234,6 +234,7 @@ frappe.ui.form.Toolbar = Class.extend({
}
} else {
this.page.clear_actions();
this.current_status = null
}
},
get_action_status: function() {