Changed checkboxes to radio buttons

This commit is contained in:
Ken Hoes 2016-06-27 14:06:23 -04:00
parent 6bc025c86f
commit 241bf57896
2 changed files with 4 additions and 2 deletions

View File

@ -66,7 +66,8 @@
view.inject(list, {
mode: 'lookup',
id: 'copyMove-list',
scope: $scope
scope: $scope,
input_type: 'radio'
});
SearchInit({
scope: $scope,

View File

@ -45,7 +45,8 @@
view.inject(list, {
mode: 'lookup',
id: 'copyMove-list',
scope: $scope
scope: $scope,
input_type: 'radio'
});
SearchInit({
scope: $scope,