Bugzilla – Attachment 21832 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]
One more instance of Shipment replaced with Shipping
shipment-to-shipping.patch (text/plain), 2.73 KB, created by
Ketan Kulkarni
on 2013-10-06 13:22:47 UTC
(
hide
)
Description:
One more instance of Shipment replaced with Shipping
Filename:
MIME Type:
Creator:
Ketan Kulkarni
Created:
2013-10-06 13:22:47 UTC
Size:
2.73 KB
patch
obsolete
>From dea0302c86ee200df08d2b033f36e6f1019045ba Mon Sep 17 00:00:00 2001 >From: Ketan Kulkarni <ketan@carvingit.com> >Date: Mon, 30 Sep 2013 07:42:17 +0530 >Subject: [PATCH] minor template update > >one more instance of Shipment cost found >--- > .../intranet-tmpl/prog/en/modules/acqui/invoice.tt | 2 +- > .../intranet-tmpl/prog/en/modules/acqui/parcels.tt | 2 +- > .../intranet-tmpl/prog/en/modules/acqui/spent.tt | 2 +- > 3 files changed, 3 insertions(+), 3 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> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt >index 4dae398..81fe3e4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt >@@ -97,7 +97,7 @@ > [% FOREACH shipmentcost IN shipmentcosts %] > <tr> > <td></td> >- <td colspan="8">Shipment cost for invoice [% shipmentcost.invoicenumber %]</td> >+ <td colspan="8">Shipping cost for invoice [% shipmentcost.invoicenumber %]</td> > <td class="total">[% shipmentcost.shipmentcost %]</td> > </tr> > [% END %] >-- >1.7.1 >
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