mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
fix in search
This commit is contained in:
@@ -3479,7 +3479,7 @@ span, div, td, input, textarea, button, select {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: url(../lib/images/ui/redbeech.jpg) repeat;
|
background: url(../images/redbeech.jpg) repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.small {
|
.small {
|
||||||
|
|||||||
@@ -1619,7 +1619,7 @@ span, div, td, input, textarea, button, select {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: url(../lib/images/ui/redbeech.jpg) repeat;
|
background: url(../images/redbeech.jpg) repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.small {
|
.small {
|
||||||
|
|||||||
@@ -1332,7 +1332,7 @@ wn.ui.toolbar.NewDialog=wn.ui.toolbar.SelectorDialog.extend({init:function(){thi
|
|||||||
/*
|
/*
|
||||||
* lib/js/wn/ui/toolbar/search.js
|
* lib/js/wn/ui/toolbar/search.js
|
||||||
*/
|
*/
|
||||||
wn.ui.toolbar.Search=wn.ui.toolbar.SelectorDialog.extend({init:function(){this._super({title:"Search",execute:function(val){selector.set_search(val);selector.show();},});this.set_values(profile.can_read.join(',').split(','));makeselector();}});
|
wn.ui.toolbar.Search=wn.ui.toolbar.SelectorDialog.extend({init:function(){this._super({title:"Search",execute:function(val){selector.set_search(val);selector.show();},});this.set_values(profile.can_search.join(',').split(','));makeselector();}});
|
||||||
/*
|
/*
|
||||||
* lib/js/wn/ui/toolbar/report.js
|
* lib/js/wn/ui/toolbar/report.js
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
1339
|
1340
|
||||||
Reference in New Issue
Block a user