Bug 23695: (QA follow-up) Fix Copy/Paste
[koha-equinox.git] / koha-tmpl / intranet-tmpl / prog / en / modules / circ / branchtransfers.tt
index b640cf0..322417d 100644 (file)
@@ -72,7 +72,7 @@
                             <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
                             <input type="hidden" name="borrowernumber" value="[% borrowernumber | html %]" />
                             <input type="hidden" name="tobranchcd" value="[% tobranchcd | html %]" />
-                            <input type="hidden" name="frombranchcd" value="[% tobranchcd | html %]" />
+                            <input type="hidden" name="frombranchcd" value="[% frombranchcd | html %]" />
                             <input type="hidden" name="barcode" value="[% barcode | html %]" />
                             <input type="hidden" name="request" value="KillReserved" />
                             <input type="submit" value="Cancel" />