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

(-)a/acqui/basketgroup.pl (-3 / +2 lines)
Lines 211-218 sub printbasketgrouppdf{ Link Here
211
                } else {
211
                } else {
212
                    push(@ba_order, undef);
212
                    push(@ba_order, undef);
213
                }
213
                }
214
                if ($ord->{itemtype}){
214
                if ($ord->{itemtype} and $bib->{itemtype}){
215
                    push(@ba_order, $itemtypes->{$bib->{itemtype}}->{description}) if $bib->{itemtype};
215
                    push(@ba_order, $itemtypes->{$bib->{itemtype}}->{description});
216
                } else {
216
                } else {
217
                    push(@ba_order, undef);
217
                    push(@ba_order, undef);
218
                }
218
                }
219
- 

Return to bug 6369