http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8829

Paul Poulain <[email protected]> changed:

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

--- Comment #4 from Paul Poulain <[email protected]> ---
I agree with the description and the fact that it's critical.

But isn't it caused by the fact that GetAuthorizedHeading isn't exported in
C4/AuthoritiesMarc.pm ?
Shouldn't we add this sub to expose it (in the .pm) instead of adding a fully
qualified name (in ImportBatch) ? 

(reminder = in Perl, you can't access a sub in a package unless:
 - it's exported
 - you fully qualify it [that's why purists says there's not real OO in Perl,
because you can't have a really private method in you object]
)

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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