mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 04:39:11 +00:00
added query report and cleaned up wn.ui.Dialog
This commit is contained in:
@@ -137,8 +137,7 @@ erpnext.todo.ToDoItem = Class.extend({
|
||||
|
||||
erpnext.todo.make_dialog = function(det) {
|
||||
if(!erpnext.todo.dialog) {
|
||||
var dialog = new wn.widgets.Dialog();
|
||||
dialog.make({
|
||||
var dialog = new wn.ui.Dialog({
|
||||
width: 480,
|
||||
title: 'To Do',
|
||||
fields: [
|
||||
|
||||
Reference in New Issue
Block a user