[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/catalogue moredetail.pl
From: |
Antoine Farnault |
Subject: |
[Koha-cvs] koha/catalogue moredetail.pl |
Date: |
Tue, 01 Aug 2006 08:50:55 +0000 |
CVSROOT: /sources/koha
Module name: koha
Changes by: Antoine Farnault <toins> 06/08/01 08:50:55
Modified files:
catalogue : moredetail.pl
Log message:
Add a call to GetOrderNumber.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/catalogue/moredetail.pl?cvsroot=koha&r1=1.3&r2=1.4
Patches:
Index: moredetail.pl
===================================================================
RCS file: /sources/koha/koha/catalogue/moredetail.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- moredetail.pl 28 Jul 2006 13:20:27 -0000 1.3
+++ moredetail.pl 1 Aug 2006 08:50:55 -0000 1.4
@@ -1,7 +1,7 @@
#!/usr/bin/perl
# NOTE: Use standard 8-space tabs for this file (indents are 4 spaces)
-# $Id: moredetail.pl,v 1.3 2006/07/28 13:20:27 toins Exp $
+# $Id: moredetail.pl,v 1.4 2006/08/01 08:50:55 toins Exp $
# Copyright 2000-2003 Katipo Communications
#
@@ -71,7 +71,9 @@
my (@items)=itemissues($bi);
my address@hidden;
$data->{'count'}=$count;
-my ($order,$ordernum)=GetOrder($biblionumber,$bi);
+
+my $ordernum = GetOrderNumber($biblionumber,$bi);
+my $order = GetOrder($ordernum);
my $env;
$env->{itemcount}=1;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/catalogue moredetail.pl,
Antoine Farnault <=