View | Details | Raw Unified | Return to bug 10613
Collapse All | Expand All

(-)a/acqui/invoice.pl (-2 / +1 lines)
Lines 100-106 elsif ( $op && $op eq 'delete' ) { Link Here
100
100
101
101
102
my $details = GetInvoiceDetails($invoiceid);
102
my $details = GetInvoiceDetails($invoiceid);
103
my ($bookseller) = GetBookSellerFromId($details->{supplierid});
103
my $bookseller = GetBookSellerFromId($details->{booksellerid});
104
my @orders_loop = ();
104
my @orders_loop = ();
105
my $orders = $details->{'orders'};
105
my $orders = $details->{'orders'};
106
my $qty_total;
106
my $qty_total;
107
- 

Return to bug 10613