Bugzilla – Attachment 25890 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]
[SIGNED-OFF] Bug 10613: FIX typo supplierid vs booksellerid
SIGNED-OFF-Bug-10613-FIX-typo-supplierid-vs-bookse.patch (text/plain), 992 bytes, created by
Jacek Ablewicz
on 2014-03-06 10:09:16 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 10613: FIX typo supplierid vs booksellerid
Filename:
MIME Type:
Creator:
Jacek Ablewicz
Created:
2014-03-06 10:09:16 UTC
Size:
992 bytes
patch
obsolete
>From c5c4fdaedc6b8a98fd4363f03b83bde0c7d62078 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] [SIGNED-OFF] 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> >--- > acqui/invoice.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/acqui/invoice.pl b/acqui/invoice.pl >index b2bda01..8802acb 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.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 10613
:
19788
|
22389
|
25889
|
25890
|
26529
|
26534
|
26535
|
26536
|
26558
|
26924
|
26925
|
26926