From d1f22eea836e3e6bc8be121d9184db5a6204597b Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 22 Mar 2013 11:40:02 +0100 Subject: [PATCH] [PASSED QA] 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! --- .../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 1dea871..a7b9e83 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 @@ -136,7 +136,7 @@ $(document).ready(function() {

Acquisition details

- + @@ -146,7 +146,7 @@ $(document).ready(function() { @@ -157,7 +157,7 @@ $(document).ready(function() { -- 1.7.9.5
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 %]