To access the vendor of a subscription easily
Created attachment 74392 [details] [review] Bug 20599: Add the Koha::Subscription->vendor method Test plan: prove t/db_dependent/Koha/Subscription.t must return green
Created attachment 74401 [details] [review] Bug 20599: Add the Koha::Subscription->vendor method Test plan: prove t/db_dependent/Koha/Subscription.t must return green NOTE: My preference is for $subscription to be object, and perhaps something like $built_subscription to be from the builder. Because, $object is a poor variable name. Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Created attachment 74403 [details] [review] Bug 20599: Add the Koha::Subscription->vendor method Test plan: prove t/db_dependent/Koha/Subscription.t must return green NOTE: My preference is for $subscription to be object, and perhaps something like $built_subscription to be from the builder. Because, $object is a poor variable name. Signed-off-by: Mark Tompsett <mtompset@hotmail.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Pushed to master for 18.05, thanks to everybody involved!