https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36002 Pedro Amorim <pedro.amorim@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pedro.amorim@ptfs-europe.co | |m --- Comment #14 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- 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.