From 866cce05c0fae5bf6d042103e402b99e2a498922 Mon Sep 17 00:00:00 2001 From: Ethan Amohia Date: Wed, 16 Jan 2019 03:26:36 +0000 Subject: [PATCH] Bug 22122: Rearranged inputs from a patrons basket in Acquisitions. Test Plan: 1. From home page, go to "Acquisitions" 2. Add a test vendor under "New vendor" 3. Give the vendor any name and click "Save" 4. Click "New Basket" 5. Give the basket a name and click "Save" 6. Click on "Add to basket" 7. Click on "From an external source" 8. Note the order of inputs (ISBN, ISSN, Title...) 9. Go back to the homepage 10. Go to "Cataloging" 11. Click on "New from Z39.50/SRU" button. A new window should open 12. The order of inputs under 'Z39.50/SRU Search' should all match the order of inputs from step 8. (Except "Select MARC framework) --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt index aa3cf6c8ad..7765853fce 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt @@ -30,14 +30,14 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
    -
  1. -
  2. -
  3. -
  4. +
  5. +
  6. +
  7. +
  8. -- 2.11.0