summaryrefslogtreecommitdiff
path: root/app/Module/BatchUpdate/BatchUpdateMarriedNamesPlugin.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Module/BatchUpdate/BatchUpdateMarriedNamesPlugin.php')
-rw-r--r--app/Module/BatchUpdate/BatchUpdateMarriedNamesPlugin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/BatchUpdate/BatchUpdateMarriedNamesPlugin.php b/app/Module/BatchUpdate/BatchUpdateMarriedNamesPlugin.php
index b095b1dc29..5fb6ad1375 100644
--- a/app/Module/BatchUpdate/BatchUpdateMarriedNamesPlugin.php
+++ b/app/Module/BatchUpdate/BatchUpdateMarriedNamesPlugin.php
@@ -192,7 +192,7 @@ class BatchUpdateMarriedNamesPlugin extends BatchUpdateBasePlugin
'<div class="row form-group">' .
'<label class="col-sm-3 col-form-label">' . I18N::translate('Surname option') . '</label>' .
'<div class="col-sm-9">' .
- '<select class="form-control" name="surname" onchange="this.form.submit();">' .
+ '<select class="form-control" name="surname">' .
'<option value="replace" ' .
($this->surname == 'replace' ? 'selected' : '') .
'">' . I18N::translate('Wife’s surname replaced by husband’s surname') . '</option><option value="add" ' .