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

(-)a/C4/Biblio.pm (-1 / +1 lines)
Lines 2359-2364 sub TransformHtmlToMarc { Link Here
2359
        }
2359
        }
2360
    }
2360
    }
2361
2361
2362
    @fields = sort { $a->tag() cmp $b->tag() } @fields;
2362
    $record->append_fields(@fields);
2363
    $record->append_fields(@fields);
2363
    return $record;
2364
    return $record;
2364
}
2365
}
2365
- 

Return to bug 21708