Bugzilla – Attachment 104195 Details for
Bug 24162
Add quantity column to the late orders table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24162: Add missing filter
Bug-24162-Add-missing-filter.patch (text/plain), 1.01 KB, created by
Jonathan Druart
on 2020-05-02 14:02:52 UTC
(
hide
)
Description:
Bug 24162: Add missing filter
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-05-02 14:02:52 UTC
Size:
1.01 KB
patch
obsolete
>From 462a4850950deb6074c7262ca0e2e332348419ad Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Sat, 2 May 2020 16:00:27 +0200 >Subject: [PATCH] Bug 24162: Add missing filter > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt >index 849e221b24..0851b2dc37 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt >@@ -108,7 +108,7 @@ > [% END %] > [% END %] > </td> >- <td>[% lateorder.quantity %]</td> >+ <td>[% lateorder.quantity | html %]</td> > <td> > [% SET subtotal = (lateorder.quantity - lateorder.quantityreceived) * lateorder.rrp %] > [% SET total = total + subtotal %] >-- >2.20.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 24162
:
97124
|
98693
|
99779
|
104195
|
104196
|
104342
|
104343
|
104344