From 16ad847fa68f64c29d7e10c75a00c163ad81ffff 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) Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Nick Clemens (cherry picked from commit 03e5ec617070fdc31829f04612c821e4f83facc1) Signed-off-by: Martin Renvoize --- .../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 e42087c054..c60e743f64 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.39.5