Bugzilla – Attachment 16770 Details for
Bug 5343
Subscription cost (Link serial and acqui modules)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 5343: Fix non english string
PASSED-QA-Bug-5343-Fix-non-english-string.patch (text/plain), 2.82 KB, created by
Katrin Fischer
on 2013-03-22 11:14:52 UTC
(
hide
)
Description:
[PASSED QA] Bug 5343: Fix non english string
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-03-22 11:14:52 UTC
Size:
2.82 KB
patch
obsolete
>From d1f22eea836e3e6bc8be121d9184db5a6204597b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >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 <Katrin.Fischer.83@web.de> >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() { > <h2>Acquisition details</h2> > <table> > <thead> >- <tr><th></th><th>Price exc. taxes</th><th>Price inc. taxes</th><th>fund</th><th></th></tr> >+ <tr><th></th><th>Price exc. taxes</th><th>Price inc. taxes</th><th>Fund</th><th></th></tr> > </thead> > <tbody> > <tr> >@@ -146,7 +146,7 @@ $(document).ready(function() { > <td>[% budget_name_ordered %]</td> > <td> > [% IF ( ordered_exists ) %] >- <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno %]">See basket informations</a> >+ <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno %]">See basket information</a> > [% END %] > </td> > </tr> >@@ -157,7 +157,7 @@ $(document).ready(function() { > <td>[% budget_name_spent %]</td> > <td> > [% IF ( spent_exists ) %] >- <a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% invoiceid %]">See invoice informations</a> >+ <a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% invoiceid %]">See invoice information</a> > [% END %] > </td> > </tr> >-- >1.7.9.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 5343
:
13010
|
13011
|
15840
|
16321
|
16482
|
16492
|
16510
|
16624
|
16625
|
16626
|
16641
|
16723
|
16724
|
16725
|
16726
|
16728
|
16733
|
16735
|
16736
|
16737
|
16738
|
16739
|
16748
|
16754
|
16762
|
16764
|
16765
|
16766
|
16767
|
16768
|
16769
| 16770