Bug 23098: Reword success message of KOC upload process
authorKatrin Fischer <katrin.fischer.83@web.de>
Mon, 17 Jun 2019 21:20:41 +0000 (23:20 +0200)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 24 Jun 2019 13:44:08 +0000 (14:44 +0100)
When uploading KOC files the processing of transactions needs
to happen in a separate second step. This is why the success
message "Your file was processed" was found to be misleading.

This patch changes it to the wording suggested by Benjamin
Daeuber in the original bug report. Thx!

To test:
- Create a KOC file either manually or by downloading it
  from the plugin
- Upload the KOC file into Koha using Circulation >
  Upload offline circulation file (.koc)
- Verify the new message is clear and has no typos :)

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/enqueue_koc.tt

index b93aeb5..69bfcc6 100644 (file)
@@ -13,7 +13,7 @@
         <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
 
   <h2>Koha offline circulation</h2>
-  <p>Your file was processed.</p>
+  <p>Your file was uploaded. Once all files are uploaded, please process them in pending offline circulation actions.</p>
 
 [% FOREACH message IN messages %]
   [% IF ( message.message ) %]