crud room, incident type, catalog, and sample-containers
This commit is contained in:
@@ -78,7 +78,6 @@ function restore_lab(building_id){
|
||||
$('#modal-building').on('show.bs.modal', function (event) {
|
||||
var button = $(event.relatedTarget) // Button that triggered the modal
|
||||
var action = button.data('action') // Extract info from data-* attributes
|
||||
$('#shareable_lab_result').prop("checked", false)
|
||||
var modal = $(this);
|
||||
if(action === "new"){
|
||||
// Clear inputs
|
||||
|
||||
Reference in New Issue
Block a user