瀏覽代碼

Change default approval of new batches to true.

Neal Wilson 10 年之前
父節點
當前提交
0a0489e366
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      config/Windows/newbatch.xml

+ 1
- 0
config/Windows/newbatch.xml 查看文件

@@ -311,6 +311,7 @@
311 311
 			var notes = findChildObject(this, 'annotation');
312 312
 			var duration = findChildObject(this, 'duration');
313 313
 			var approval = findChildObject(this, 'approval');
314
+			approval.checked = true;
314 315
 			var target = findChildObject(this, 'target');
315 316
 			submitbutton.clicked.connect(function() {
316 317
 				checkQuery = new QSqlQuery();

Loading…
取消
儲存