jv filter for against_jv, freeze fix, added show ledger in account

This commit is contained in:
Rushabh Mehta 2012-11-12 14:57:12 +05:30
parent ab767897a7
commit ffe5896c2f
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ div.dialog_body {
-webkit-border-radius: 5px;
}
div.dialog_back {
div#freeze {
position: fixed;
display: none;
top: 0px;

View file

@ -141,7 +141,6 @@ function makeselector() {
if(this.disabled) return;
this.args.is_ajax = true;
this.set_working();
d.set_doctype = d.sel_type;
var q = '';
args = {};
@ -174,6 +173,7 @@ function makeselector() {
});
// run the query
this.set_working();
$c('webnotes.widgets.search.search_widget',
args,
function(r, rtxt) {