https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37762
--- Comment #36 from Jonathan Druart <[email protected]> --- + + if (@errors) { + + #TODO: Throw exception + use Data::Dumper; + $Data::Dumper::Maxdepth = 4; + warn Dumper( '##### 2 #######################################################line: ' . __LINE__ ); + warn Dumper( \@errors ); + warn Dumper('##### end2 #######################################################'); + } -- 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/
