Bugzilla – Attachment 111249 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: Remove unneeded 'count' parameter
Bug-23376-Remove-unneeded-count-parameter.patch (text/plain), 1.57 KB, created by
Martin Renvoize (ashimema)
on 2020-10-05 15:48:47 UTC
(
hide
)
Description:
Bug 23376: Remove unneeded 'count' parameter
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-10-05 15:48:47 UTC
Size:
1.57 KB
patch
obsolete
>From cfed4c6178c9eef2e28a7dbcb8cc024f2257f99e Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 29 Jul 2019 20:11:10 +0000 >Subject: [PATCH] Bug 23376: Remove unneeded 'count' parameter > >Signed-off-by: Agustin Moyano <agustinmoyano@theke.io> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > acqui/orderreceive.pl | 1 - > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt | 2 +- > 2 files changed, 1 insertion(+), 2 deletions(-) > >diff --git a/acqui/orderreceive.pl b/acqui/orderreceive.pl >index 49b923134e..c78e171a70 100755 >--- a/acqui/orderreceive.pl >+++ b/acqui/orderreceive.pl >@@ -152,7 +152,6 @@ if ( $order->subscriptionid ) { > } > > $template->param( >- count => 1, > order => $order, > freight => $freight, > name => $bookseller->name, >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 da0c20f666..c18cefc43a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >@@ -25,7 +25,7 @@ > > <h1>Receive items from : [% name | html %] [% IF ( invoice ) %][[% invoice | html %]] [% END %] (order #[% order.ordernumber | html %])</h1> > >-[% IF ( count ) %] >+[% IF ( order ) %] > <form action="/cgi-bin/koha/acqui/finishreceive.pl" class="noEnterSubmit" method="post" onsubmit="return Check(this);"> > <div class="row"> > <div class="col-sm-6"> >-- >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 23376
:
91774
|
91857
|
91858
|
110692
|
110693
|
110694
|
111247
|
111248
| 111249 |
111250
|
111378
|
111750
|
131857