For API usage, we need such method.
Created attachment 181911 [details] [review] Bug 39832: Unit tests
Created attachment 181912 [details] [review] Bug 39832: Add $basket->vendor method This patch adds the method to be used on the API for embedding. Tests are added. To test: 1. Apply this patch 2. Run: $ ktd --shell k$ prove t/db_dependent/Koha/Acquisition/Basket.t => SUCCESS: Tests pass! 3. Sign off :-D
Created attachment 181949 [details] [review] Bug 39832: Unit tests Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl>
Created attachment 181950 [details] [review] Bug 39832: Add $basket->vendor method This patch adds the method to be used on the API for embedding. Tests are added. To test: 1. Apply this patch 2. Run: $ ktd --shell k$ prove t/db_dependent/Koha/Acquisition/Basket.t => SUCCESS: Tests pass! 3. Sign off :-D Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl>
Created attachment 182060 [details] [review] Bug 39832: Unit tests Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> Signed-off-by: Emmi Takkinen <emmi.takkinen@koha-suomi.fi>
Created attachment 182061 [details] [review] Bug 39832: Add $basket->vendor method This patch adds the method to be used on the API for embedding. Tests are added. To test: 1. Apply this patch 2. Run: $ ktd --shell k$ prove t/db_dependent/Koha/Acquisition/Basket.t => SUCCESS: Tests pass! 3. Sign off :-D Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> Signed-off-by: Emmi Takkinen <emmi.takkinen@koha-suomi.fi>
Created attachment 182088 [details] [review] Bug 39832: Unit tests Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> Signed-off-by: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk>
Created attachment 182089 [details] [review] Bug 39832: Add $basket->vendor method This patch adds the method to be used on the API for embedding. Tests are added. To test: 1. Apply this patch 2. Run: $ ktd --shell k$ prove t/db_dependent/Koha/Acquisition/Basket.t => SUCCESS: Tests pass! 3. Sign off :-D Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> Signed-off-by: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk>
Nice constant use of vendor :) Bonus points for terminology!
Pushed for 25.05! Well done everyone, thank you!