View | Details | Raw Unified | Return to bug 21861
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/js/marc_modification_templates.js (-2 / +1 lines)
Lines 296-302 function editAction( mmta_id, ordering, action, field_number, from_field, from_s Link Here
296
    document.getElementById('conditional_value').value = conditional_value;
296
    document.getElementById('conditional_value').value = conditional_value;
297
297
298
    document.getElementById('conditional_regex').checked = parseInt( conditional_regex );
298
    document.getElementById('conditional_regex').checked = parseInt( conditional_regex );
299
    document.getElementById('conditional_regex').onchange();
299
    $('#conditional_regex').change();
300
300
301
    document.getElementById('description').value = description;
301
    document.getElementById('description').value = description;
302
302
303
- 

Return to bug 21861