Commit 9504ab69 authored by agping's avatar agping

1

parent a845a351
......@@ -1380,7 +1380,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
params.is_open = is_open;
paramsStr += "is_open=" + is_open + "&";
}
if (is_normality > 0) {
if (is_normality > -1) {
params.is_normality = is_normality;
paramsStr += "is_normality=" + is_normality + "&";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment