Bugzilla – Attachment 79212 Details for
Bug 21387
Receive items from - form should include tax hints the same as the ordering form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21387: Receive items from - form should include tax hints
Bug-21387-Receive-items-from---form-should-include.patch (text/plain), 2.12 KB, created by
Martin Renvoize (ashimema)
on 2018-09-21 10:45:32 UTC
(
hide
)
Description:
Bug 21387: Receive items from - form should include tax hints
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2018-09-21 10:45:32 UTC
Size:
2.12 KB
patch
obsolete
>From 8db9d97108baedc990d0da7181d2fc870dfefb0a Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 21 Sep 2018 11:42:28 +0100 >Subject: [PATCH] Bug 21387: Receive items from - form should include tax hints > >--- > .../intranet-tmpl/prog/en/modules/acqui/orderreceive.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >index 5af060436a..7f8922e172 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >@@ -239,15 +239,15 @@ > <input type="hidden" name="tax_rate" value="0" /> > [% END %] > >- <li><label for="rrp">Retail price: </label>[% rrp | $Price | html %]</li> >+ <li><label for="rrp">Retail price: </label>[% rrp | $Price | html %] (adjusted for [% cur_active | html %], [% IF (listincgst == 1) %]tax inc.[% ELSE %]tax exc.[% END %])</li> > <li> > <label for="replacementprice">Replacement price:</label> > <input type="text" size="20" name="replacementprice" id="replacementprice" value="[% replacementprice | $Price | html %]" /> > </li> >- <li><label for="ecost">Budgeted cost: </label>[% ecost | $Price | html %]</li> >+ <li><label for="ecost">Budgeted cost: </label>[% ecost | $Price | html %] [% IF (listincgst == 1) %](tax inc.)[% ELSE %](tax exc.)[% END %]</li> > <li> > <label for="unitprice">Actual cost:</label> >- <input type="text" size="20" name="unitprice" id="unitprice" value="[% unitprice | $Price on_editing => 1 | html %]" /> >+ <input type="text" size="20" name="unitprice" id="unitprice" value="[% unitprice | $Price on_editing => 1 | html %]" /> [% IF (invoiceincgst == 1) %](tax inc.)[% ELSE %](tax exc.)[% END %] > </li> > <li><label for="order_internalnote">Internal note: </label><textarea name="order_internalnote" width="40" rows="8" >[% order_internalnote | html %]</textarea></li> > [% IF order_vendornote %] >-- >2.18.0
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 21387
:
79212
|
79751
|
79753
|
80930
|
81639
|
81917
|
81999