From de93edb6a54419e958c7e97648da3326b859026f Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 22 Mar 2013 11:40:02 +0100 Subject: [PATCH] Bug 5343: Fix non english string Replace "Not orderable" with "Cannot be ordered" and 3 others typos Signed-off-by: Katrin Fischer All tests and QA script pass. Testing notes: - Ordered same subscription multiple times - Tried different settings of AcqCreateItem for a full workflow from order to receive - Undid a receipt and checked correct behaviour - Ordered a book in between, to see item creation and receiving still works. Note for documentation: Acquisition details on the subscription only show the last invoice and the last order. You can of course find all orders/invoices using the acquisition search. Overall very nice much needed functionality! Signed-off-by: Jared Camins-Esakov --- .../prog/en/modules/serials/subscription-detail.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt index 78ba12d4da..a507abbdd9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt @@ -129,7 +129,7 @@ $(document).ready(function() {

Acquisition details

- + @@ -139,7 +139,7 @@ $(document).ready(function() { @@ -150,7 +150,7 @@ $(document).ready(function() { -- 2.39.2
Price exc. taxesPrice inc. taxesfund
Price exc. taxesPrice inc. taxesFund
[% budget_name_ordered %] [% IF ( ordered_exists ) %] - See basket informations + See basket information [% END %]
[% budget_name_spent %] [% IF ( spent_exists ) %] - See invoice informations + See invoice information [% END %]