https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36002
Pedro Amorim <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m --- Comment #14 from Pedro Amorim <[email protected]> --- Code makes sense. Tested creating/editing and deleting a purchase order through UI, all works. QA script is showing what I believe is a false positive for POD coverage: Before applying patchset: perl -MPod::Coverage=C4::Acquisition -e666 C4::Acquisition has a Pod::Coverage rating of 0.94 The following are uncovered: GetOrderFromItemnumber, NotifyOrderUsers, ReOpenBasketgroup After applying patchset: perl -MPod::Coverage=C4::Acquisition -e666 C4::Acquisition has a Pod::Coverage rating of 0.938775510204082 The following are uncovered: GetOrderFromItemnumber, NotifyOrderUsers, ReOpenBasketgroup -- 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/
