Bugzilla – Attachment 26925 Details for
Bug 10613
Gst is not calculated correctly on the invoice page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 10613: FIX typo supplierid vs booksellerid
PASSED-QA-Bug-10613-FIX-typo-supplierid-vs-booksel.patch (text/plain), 1.02 KB, created by
Katrin Fischer
on 2014-04-09 16:53:28 UTC
(
hide
)
Description:
[PASSED QA] Bug 10613: FIX typo supplierid vs booksellerid
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-04-09 16:53:28 UTC
Size:
1.02 KB
patch
obsolete
>From cb54aa3b27d6307fd58f264562d2458296b62017 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Fri, 25 Oct 2013 13:51:03 +0200 >Subject: [PATCH] [PASSED QA] Bug 10613: FIX typo supplierid vs booksellerid > >GetInvoiceDetails returns a hashref with a key named booksellerid, not >supplierid. >The bookseller was not retrieved from the DB and the listincgst value >was always false. > >Signed-off-by: Jacek Ablewicz <abl@biblos.pk.edu.pl> >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >--- > acqui/invoice.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/acqui/invoice.pl b/acqui/invoice.pl >index 1306363..c59c490 100755 >--- a/acqui/invoice.pl >+++ b/acqui/invoice.pl >@@ -100,7 +100,7 @@ elsif ( $op && $op eq 'delete' ) { > > > my $details = GetInvoiceDetails($invoiceid); >-my ($bookseller) = GetBookSellerFromId($details->{supplierid}); >+my $bookseller = GetBookSellerFromId($details->{booksellerid}); > my @orders_loop = (); > my $orders = $details->{'orders'}; > my $qty_total; >-- >1.8.3.2
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 10613
:
19788
|
22389
|
25889
|
25890
|
26529
|
26534
|
26535
|
26536
|
26558
|
26924
| 26925 |
26926