Bugzilla – Attachment 21828 Details for
Bug 10705
Shipment cost should be 'shipping'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 10705 - Shipment cost should be 'shipping'
PASSED-QA-Bug-10705---Shipment-cost-should-be-ship.patch (text/plain), 2.22 KB, created by
Katrin Fischer
on 2013-10-05 20:30:23 UTC
(
hide
)
Description:
[PASSED QA] Bug 10705 - Shipment cost should be 'shipping'
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-10-05 20:30:23 UTC
Size:
2.22 KB
patch
obsolete
>From a4d90f5efeb970db81da7da93e3979ed2e95683e Mon Sep 17 00:00:00 2001 >From: Ketan Kulkarni <ketan@carvingit.com> >Date: Mon, 30 Sep 2013 07:42:17 +0530 >Subject: [PATCH] [PASSED QA] Bug 10705 - Shipment cost should be 'shipping' > >http://bugs.koha-community.org/show_bug.cgi?id=10705 >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Trivial string change. No koha-qa errors > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >String change - fixing another occurence in a follow up. >--- > .../intranet-tmpl/prog/en/modules/acqui/invoice.tt | 2 +- > .../intranet-tmpl/prog/en/modules/acqui/parcels.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >index 008e241..266aa65 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >@@ -48,7 +48,7 @@ > <li><label for="billingdate">Billing date:</label> > <input type="text" size="10" id="billingdate" name="billingdate" value="[% billingdate | $KohaDates %]" readonly="readonly" class="datepicker" /></li> > >- <li><label for="shipmentcost">Shipment cost:</label> >+ <li><label for="shipmentcost">Shipping cost:</label> > <input type="text" size="10" id="shipmentcost" name="shipmentcost" value="[% shipmentcost %]" /></li> > <li><label for="shipment_budget_id">Fund:</label> > <select id="shipment_budget_id" name="shipment_budget_id"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt >index 59e3cdc..ca55ef0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt >@@ -176,7 +176,7 @@ > <div class="hint">[% INCLUDE 'date-format.inc' %]</div> > </li> > <li> >- <label for="shipmentcost">Shipment cost: </label> >+ <label for="shipmentcost">Shipping cost: </label> > <input type="text" id="shipmentcost" name="shipmentcost" size="10" /> > </li> > <li> >-- >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 10705
:
21616
|
21735
| 21828 |
21829
|
21832