bug 1839 - add default shipment date to today.
authorRyan Higgins <rch@liblime.com>
Fri, 20 Jun 2008 23:04:00 +0000 (18:04 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 20 Jun 2008 23:05:01 +0000 (18:05 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
acqui/parcels.pl

index 29d1cf2..30dc0a6 100755 (executable)
@@ -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"),
         );