mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 22:49:19 +00:00
added query report and cleaned up wn.ui.Dialog
This commit is contained in:
@@ -94,7 +94,7 @@ erpnext.blog.make_comment_dialog = function(wrapper) {
|
||||
|
||||
$comment_btn.click(function() {
|
||||
if(!erpnext.blog.comment_dialog) {
|
||||
var d = new wn.widgets.Dialog({
|
||||
var d = new wn.ui.Dialog({
|
||||
title: 'Add Comment',
|
||||
fields: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user