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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/js-biblio-format.inc (-2 / +1 lines)
Lines 9-15 Link Here
9
         */
9
         */
10
        window.$biblio_to_html = function(biblio, config) {
10
        window.$biblio_to_html = function(biblio, config) {
11
11
12
            if (biblio === undefined) {
12
            if (!biblio) {
13
                return ''; // empty string for no biblio
13
                return ''; // empty string for no biblio
14
            }
14
            }
15
15
16
- 

Return to bug 33873