Bugzilla – Attachment 111750 Details for
Bug 23376
Cleanup order receive page code
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23376: If a single item is returned we cannot count
Bug-23376-If-a-single-item-is-returned-we-cannot-c.patch (text/plain), 956 bytes, created by
Nick Clemens (kidclamp)
on 2020-10-15 14:51:52 UTC
(
hide
)
Description:
Bug 23376: If a single item is returned we cannot count
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-10-15 14:51:52 UTC
Size:
956 bytes
patch
obsolete
>From 02a44c92fcfea9c6bff9eca047eda31e3faddc9e Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 15 Oct 2020 14:45:00 +0000 >Subject: [PATCH] Bug 23376: If a single item is returned we cannot count > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 fcf1d6eee5..4dac82afd1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >@@ -185,7 +185,7 @@ > </fieldset> > [% END %] > [% ELSIF (AcqCreateItem == 'ordering') %] >- [% IF (order.items.size) %] >+ [% IF (order.items) %] > <h5>Items</h5> > <div style="width:100%;overflow:auto"> > <table> >-- >2.11.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 23376
:
91774
|
91857
|
91858
|
110692
|
110693
|
110694
|
111247
|
111248
|
111249
|
111250
|
111378
| 111750 |
131857