https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39029
Bug ID: 39029
Summary: When a basket contains an order transferred from
another basket some info is incorrect
Change sponsored?: ---
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Acquisitions
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
When a basket has orders transferred from another basket we do this:
[% IF
(books_loo.transferred_from) %]
[% basket =
books_loo.transferred_from.basket %]
[% bookseller =
books_loo.transferred_from.bookseller %]
[% timestamp =
books_loo.transferred_from.timestamp %]
But later when building the 'Add to basket' modal - we have this:
<div id="addtoBasket" class="modal"
tabindex="-1" role="dialog" aria-labelledby="addtoBasketLabel"
aria-hidden="true" data-basketno="[% basket.basketname | html %]">
We are using the wrong basket now to pull info
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/