Bug 25593: Terminology: Fix "There is no order for this biblio." on catalog detail...
authorOwen Leonard <oleonard@myacpl.org>
Thu, 4 Jun 2020 12:33:47 +0000 (12:33 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 15 Jun 2020 09:53:36 +0000 (11:53 +0200)
This patch changes the phrase "There is no order for this biblio" to
"There is no order for this bibliographic record." on the catalog
detail page.

To test, apply the patch and view the bibliographic detail page for a
record which has no order associated with it. The text in the
"Acquisitions details" tab should be correct.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt

index 7c72af5..17052ab 100644 (file)
@@ -696,7 +696,7 @@ Note that permanent location is a code, and location may be an authval.
       </tbody>
     </table>
   [% ELSE %]
-    There is no order for this biblio.
+    There is no order for this bibliographic record.
   [% END %]
 </div>
 [% END %]