Radio button on modal window

fixed a lookup modal from having checkboxes when it needed radio buttons
This commit is contained in:
Jared Tabor 2015-01-08 09:43:15 -05:00
parent 94b0a62059
commit bd12efd7fe

View File

@ -323,7 +323,8 @@ angular.module('InventoryHelper', ['RestServices', 'Utilities', 'OrganizationLis
form: form,
current_item: scope.organization,
list: OrganizationList,
field: 'organization'
field: 'organization',
input_type: 'radio'
});
scope.$emit('inventoryPropertiesLoaded');