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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt (-2 lines)
Lines 184-190 Link Here
184
            </li>
184
            </li>
185
			</ol>
185
			</ol>
186
        </fieldset>
186
        </fieldset>
187
        <input type="hidden" name="tobranchcd" value="[% tobrancd | html %]" />
188
        [% FOREACH trsfitemloo IN trsfitemloop %]
187
        [% FOREACH trsfitemloo IN trsfitemloop %]
189
            <input type="hidden" name="bc-[% trsfitemloo.counter | html %]" value="[% trsfitemloo.item.barcode | html %]" />
188
            <input type="hidden" name="bc-[% trsfitemloo.counter | html %]" value="[% trsfitemloo.item.barcode | html %]" />
190
            <input type="hidden" name="fb-[% trsfitemloo.counter | html %]" value="[% trsfitemloo.frombrcd | html %]" />
189
            <input type="hidden" name="fb-[% trsfitemloo.counter | html %]" value="[% trsfitemloo.frombrcd | html %]" />
191
- 

Return to bug 27064