@@ -, +, @@ acquisitions templates - Transfer order - Locate an open basket with items in it - Click the 'Transfer' link for a title in the basket - In the pop-up window: - Confirm that the 'Cancel' button at the bottom of the window is a Bootstrap-style button. - Search for a vendor; Confirm that the 'Choose' link is a Bootstrap-style button. - Choose a vendor; Confirm that the 'Choose' link on the following page is a Bootstrap-style button. - Confirm that clicking the 'Choose' button transfers the item to the correct basket. --- .../prog/en/modules/acqui/transferorder.tt | 49 +++++++++++++--------- 1 file changed, 29 insertions(+), 20 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt @@ -17,9 +17,11 @@ [% IF ( bookselleridfrom ) %] [% END %] @@ -27,7 +29,6 @@ -
@@ -38,7 +39,7 @@
  • From vendor: [% booksellerfromname %]
  • Basket: [% basketfromname %]
  • Order: [% ordernumber %]
  • - +
    [% ELSE %]

    Search for a vendor to transfer from

    @@ -53,7 +54,7 @@ [% END %] - + @@ -62,10 +63,12 @@ [% IF ( basketsloop ) %] - - - - + + + + + + [% FOREACH basket IN basketsloop %] @@ -73,7 +76,7 @@ - [% END %] @@ -86,9 +89,11 @@

    Orders for [% booksellerfromname %]

    Basket (#)Created byDate 
    Basket (#)Created byDate 
    [% basket.basketname %] (#[% basket.basketno %]) [% basket.createdby %] [% basket.creationdate | $KohaDates %]Choose + Choose
    - - - + + + + + [% FOREACH ordersloo IN ordersloop %] @@ -100,7 +105,7 @@ [% IF ( ordersloo.isbn ) %] – [% ordersloo.isbn %][% END %] [% IF ( ordersloo.publishercode ) %]
    Publisher :[% ordersloo.publishercode %][% END %] - + [% END %] @@ -115,14 +120,16 @@ [% IF ( booksellersloop ) %]
    OrderSummary 
    OrderSummary 
    TransferTransfer
    - - + + + + [% FOREACH bookseller IN booksellersloop %] - + [% END %] @@ -133,7 +140,9 @@ [% END %] - + + -[% INCLUDE 'intranet-bottom.inc' %] + + --
    Name 
    Name 
    [% bookseller.name %]ChooseChoose