| Summary: | Add $basket->vendor() method | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Tomás Cohen Arazi (tcohen) <tomascohen> |
| Component: | Architecture, internals, and plumbing | Assignee: | Tomás Cohen Arazi (tcohen) <tomascohen> |
| Status: | RESOLVED FIXED | QA Contact: | Martin Renvoize (ashimema) <martin.renvoize> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | david, emmi.takkinen, fridolin.somers, martin.renvoize, tomascohen |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: |
25.05.00
|
|
| Circulation function: | |||
| Bug Depends on: | |||
| Bug Blocks: | 32266 | ||
| Attachments: |
Bug 39832: Unit tests
Bug 39832: Add $basket->vendor method Bug 39832: Unit tests Bug 39832: Add $basket->vendor method Bug 39832: Unit tests Bug 39832: Add $basket->vendor method Bug 39832: Unit tests Bug 39832: Add $basket->vendor method |
||
|
Description
Tomás Cohen Arazi (tcohen)
2025-05-05 12:12:09 UTC
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! Enhancement not pushed to 24.11.x No changes to the manual required. |