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

(-)a/Koha/ERM/EHoldings/Title.pm (-2 / +2 lines)
Lines 124-130 sub read_file { Link Here
124
            sep_char           => $delimiter,
124
            sep_char           => $delimiter,
125
            quote_char         => $quote_char,
125
            quote_char         => $quote_char,
126
            binary             => 1,
126
            binary             => 1,
127
            allow_loose_quotes => 1
127
            allow_loose_quotes => 1,
128
            formula            => 'empty',
128
        }
129
        }
129
    );
130
    );
130
131
131
- 

Return to bug 36831