@@ -, +, @@ - add/edit an action on the marc modification templates tools - choose an action and define a condition - define the source field as same as the condition field - verify the All/1st dropdown list is changed to Every/1st --- .../prog/en/modules/tools/marc_modification_templates.tt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt @@ -35,18 +35,21 @@ $(document).ready(function() { return false; } }); + + $("#conditional_field,#from_field").change(function(){ + updateAllEvery(); + }); }); //]]>