jv filter for against_jv, freeze fix, added show ledger in account
This commit is contained in:
parent
ab767897a7
commit
ffe5896c2f
2 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ div.dialog_body {
|
|||
-webkit-border-radius: 5px;
|
||||
}
|
||||
|
||||
div.dialog_back {
|
||||
div#freeze {
|
||||
position: fixed;
|
||||
display: none;
|
||||
top: 0px;
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue