From 20eca1f1faa3454670e5636bf996405f7475cf00 Mon Sep 17 00:00:00 2001 From: Ryan Higgins Date: Fri, 20 Jun 2008 18:04:00 -0500 Subject: [PATCH] bug 1839 - add default shipment date to today. Signed-off-by: Joshua Ferraro --- acqui/parcels.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/acqui/parcels.pl b/acqui/parcels.pl index 29d1cf2713..30dc0a635c 100755 --- a/acqui/parcels.pl +++ b/acqui/parcels.pl @@ -155,6 +155,7 @@ $template->param(orderby=>$order, filter=>$code, datefrom=>$datefrom,dateto=>$da $template->param( name => $bookseller->{'name'}, DHTMLcalendar_dateformat => C4::Dates->DHTMLcalendar(), + datereceived_today => C4::Dates->new()->output(), supplierid => $supplierid, GST => C4::Context->preference("gist"), ); -- 2.20.1