Explorar el Código

Change default approval of new batches to true.

Neal Wilson hace 11 años
padre
commit
0a0489e366
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      config/Windows/newbatch.xml

+ 1
- 0
config/Windows/newbatch.xml Ver fichero

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

Loading…
Cancelar
Guardar