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

(-)a/acqui/addorderiso2709.pl (-1 / +1 lines)
Lines 571-577 sub import_biblios_list { Link Here
571
571
572
            $cellrecord{'iteminfos'} = \@itemlist;
572
            $cellrecord{'iteminfos'} = \@itemlist;
573
        } else {
573
        } else {
574
            $item_error = 1;
574
            $cellrecord{'item_error'} = 1;
575
        }
575
        }
576
        push @list, \%cellrecord;
576
        push @list, \%cellrecord;
577
577
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt (-2 / +1 lines)
Lines 315-321 Link Here
315
                          </ol>
315
                          </ol>
316
                        </div>
316
                        </div>
317
                        <div style="float:right">
317
                        <div style="float:right">
318
                        [% IF item_error %]Item records could not be processed because the number of item fields was uneven.[% END %]
318
                        [% IF biblio.item_error %]Item records could not be processed because the number of item fields was uneven.[% END %]
319
                        [% FOREACH item IN biblio.iteminfos %]
319
                        [% FOREACH item IN biblio.iteminfos %]
320
                        <fieldset>
320
                        <fieldset>
321
                        <legend>Item Record [% item.item_id %]</legend>
321
                        <legend>Item Record [% item.item_id %]</legend>
322
- 

Return to bug 15503