From fa265a1fc7c57ac5ef5b6355bf37206d1a295560 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Wed, 12 Apr 2023 22:28:06 +0000 Subject: [PATCH] Bug 33512: Change text and add button classes on serial-edit page To test: 1. Create a subscription 2. Make sure that you choose "Create an item record" when receiving the serial and associate it with a record. 3. Fill out the numbering pattern stuff and save the subscription. 4. Receive and change the status to arrived. Doing so will make the item subfields appear for editing. 5. Add some stuff, like a barcode, and Save. 6. Now, if you have made a mistake, you may want to edit the serial/item. Check the edit box and click 'Edit serials ' 7. For your issue that has already arrived click 'Click to add item'. The item record from before appears. 8. Apply patch. 9. Try 6 & 7 again. The existing items should now read 'Click to edit item' Signed-off-by: Andrew Auld Signed-off-by: Katrin Fischer --- .../intranet-tmpl/prog/en/modules/serials/serials-edit.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt index 75f033e488..f887bb2bc4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt @@ -229,8 +229,8 @@ $(document).ready(function() { [% IF ( serialslis.serialsadditems ) %] - - Click to add item + + Click to edit item