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

Jan Kissig <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #6 from Jan Kissig <[email protected]> ---
(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 )

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to