http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12830 Colin Campbell <colin.campbell@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |colin.campbell@ptfs-europe. | |com --- Comment #2 from Colin Campbell <colin.campbell@ptfs-europe.com> --- Good stuff breaking down C4::acquisition into more manageable parts is long overdue. When fetching the order ... ordernumber is the primary key so why not simply call $schema->resultset('Aqorder')->find($ordernumber);? -- You are receiving this mail because: You are watching all bug changes.