Bugzilla – Attachment 49272 Details for
Bug 16089
Acquisitions -> Invoice broken by Bug 15084
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16089: Acquisitions -> Invoice broken by Bug 15084
Bug-16089-Acquisitions---Invoice-broken-by-Bug-150.patch (text/plain), 1.01 KB, created by
Marc Véron
on 2016-03-17 15:03:57 UTC
(
hide
)
Description:
Bug 16089: Acquisitions -> Invoice broken by Bug 15084
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2016-03-17 15:03:57 UTC
Size:
1.01 KB
patch
obsolete
>From 07d97e420e5f5790fba191d4cecded206d1c7f3a Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Thu, 17 Mar 2016 16:02:02 +0100 >Subject: [PATCH] Bug 16089: Acquisitions -> Invoice broken by Bug 15084 > >To test: >- Reproduce error described in first comment. >- Apply patch >- Try to reproduce error. Page will display as expected. >--- > acqui/invoice.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/acqui/invoice.pl b/acqui/invoice.pl >index 267d4fc..3eb5228 100755 >--- a/acqui/invoice.pl >+++ b/acqui/invoice.pl >@@ -178,7 +178,7 @@ $template->param( > total_gste_shipment => sprintf( $format, $total_gste + $details->{shipmentcost}), > total_gsti_shipment => sprintf( $format, $total_gsti + $details->{shipmentcost}), > invoiceincgst => $bookseller->{invoiceincgst}, >- currency => Koha::Acquisition::Currency->get_active->currency, >+ currency => Koha::Acquisition::Currencies->get_active, > budgets_loop => \@budgets_loop, > ); > >-- >1.7.10.4
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 16089
:
49272
|
49275
|
49278
|
49305
|
49306