Bugzilla – Attachment 82129 Details for
Bug 21467
Allow several receipts for a given subscription
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21467: (QA follow-up) Fix filter and variable declaration in .t
Bug-21467-QA-follow-up-Fix-filter-and-variable-dec.patch (text/plain), 2.09 KB, created by
Katrin Fischer
on 2018-11-08 22:07:32 UTC
(
hide
)
Description:
Bug 21467: (QA follow-up) Fix filter and variable declaration in .t
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-11-08 22:07:32 UTC
Size:
2.09 KB
patch
obsolete
>From ae535bf8f23e6c4be813e3bad3b21a9f4b7363f0 Mon Sep 17 00:00:00 2001 >From: Koha instance kohadev-koha <kohadev-koha@kohadevbox> >Date: Sun, 28 Oct 2018 15:17:25 +0000 >Subject: [PATCH] Bug 21467: (QA follow-up) Fix filter and variable declaration > in .t > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt | 2 +- > t/db_dependent/Acquisition.t | 2 +- > 2 files changed, 2 insertions(+), 2 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 e79648caf1..673717793e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >@@ -76,7 +76,7 @@ > <td> > [% IF order.invoice %] > [% IF CAN_user_acquisition %] >- <a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% order.invoiceid | html %]" title="Invoice detail page"> >+ <a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% order.invoiceid | uri %]" title="Invoice detail page"> > [% order.invoice.invoicenumber | html %]</a> > [% ELSE %] > [% order.invoice.invoicenumber | html %] >diff --git a/t/db_dependent/Acquisition.t b/t/db_dependent/Acquisition.t >index 7fbc71abca..807a3ecebe 100755 >--- a/t/db_dependent/Acquisition.t >+++ b/t/db_dependent/Acquisition.t >@@ -735,7 +735,7 @@ subtest 'ModReceiveOrder and subscription' => sub { > # We do not want the note from the original note to be modified > # Keeping it will permit to display it for future receptions > $order_info->{order_internalnote} = $second_note; >- my ( undef, my $received_ordernumber ) = ModReceiveOrder( >+ my ( undef, $received_ordernumber ) = ModReceiveOrder( > { > biblionumber => $order->biblionumber, > order => $order_info, >-- >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 21467
:
79801
|
79802
|
79834
|
79835
|
79836
|
79837
|
79838
|
80546
|
80706
|
80707
|
80717
|
80718
|
80719
|
80720
|
80721
|
80722
|
80723
|
80724
|
81394
|
81395
|
81396
|
81397
|
81398
|
81399
|
81400
|
81430
|
81797
|
81798
|
81799
|
81800
|
81801
|
81802
|
81803
|
81804
|
81805
|
81806
|
81807
|
81808
|
81809
|
81810
|
81811
|
82117
|
82122
|
82123
|
82124
|
82125
|
82126
|
82127
|
82128
| 82129 |
82130
|
82131
|
82132