https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42975

--- Comment #8 from Andrew Fuerste-Henry <[email protected]> ---
(In reply to Jan Kissig from comment #6)
> (In reply to Jonathan Druart from comment #4)
> > I think we should remove the translate function _("") for bulkmarcimport.pl
> > and import_lexile.pl
> 
> I would agree on that ^
> 
> Regarding the sign off:
> Just tested on main and the filter for Module=Patron category is now
> prefilled with the correct values. For testing the Module=Source to have the
> filters prefilled with Record sources I had to run the following SQL as they
> are not 'installed' on ktd yet
> 
> INSERT IGNORE INTO record_sources ( name, can_be_edited, is_system )
>             VALUES
>             ('batchmod', 1, 1 ),
>             ('intranet', 1, 1 ),
>             ('batchimport', 1, 1 ),
>             ('z3950', 1, 1 ),
>             ('bulkmarcimport', 1, 1 ),
>             ('import_lexile', 1, 1 )

I saw this same issue with missing values in record_sources. Seems like Bug
42318 should have corrected that?

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to