Bugzilla – Attachment 22389 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]
Bug 10613: FIX typo supplierid vs booksellerid
Bug-10613-FIX-typo-supplierid-vs-booksellerid.patch (text/plain), 925 bytes, created by
Jonathan Druart
on 2013-10-25 11:54:25 UTC
(
hide
)
Description:
Bug 10613: FIX typo supplierid vs booksellerid
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-10-25 11:54:25 UTC
Size:
925 bytes
patch
obsolete
>From 854c8b2c42047d4eb2bd7eadf263ee0ac15ef860 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] 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. >--- > 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