[Koha-cvs] koha/acqui receive.pl [dev_week]

Ryan Higgins rch at liblime.com
Sun Dec 3 22:57:38 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Ryan Higgins <rych>	06/12/03 21:57:38

Modified files:
	acqui          : receive.pl 

Log message:
	merging with rel_2_2

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/acqui/receive.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.13.2.5.2.1&r2=1.13.2.5.2.2

Patches:
Index: receive.pl
===================================================================
RCS file: /sources/koha/koha/acqui/Attic/receive.pl,v
retrieving revision 1.13.2.5.2.1
retrieving revision 1.13.2.5.2.2
diff -u -b -r1.13.2.5.2.1 -r1.13.2.5.2.2
--- receive.pl	27 Jul 2006 15:41:16 -0000	1.13.2.5.2.1
+++ receive.pl	3 Dec 2006 21:57:38 -0000	1.13.2.5.2.2
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: receive.pl,v 1.13.2.5.2.1 2006/07/27 15:41:16 kados Exp $
+# $Id: receive.pl,v 1.13.2.5.2.2 2006/12/03 21:57:38 rych Exp $
 
 #script to recieve orders
 #written by chris at katipo.co.nz 24/2/2000
@@ -31,6 +31,7 @@
 use C4::Interface::CGI::Output;
 use C4::Database;
 use HTML::Template;
+use C4::Date;
 use strict;
 
 my $input=new CGI;
@@ -123,6 +124,7 @@
 
 $template->param(invoice => $invoice,
 						datereceived => $date,
+						formatteddatereceived => format_date($date),
 						name => $booksellers[0]->{'name'},
 						supplierid => $supplierid,
 						gst => $gst,





More information about the Koha-cvs mailing list