[Koha-patches] [PATCH] [followup] (bug #3149) add receiveddate_iso parameter

Nahuel ANGELINETTI nahuel.angelinetti at biblibre.com
Thu Apr 23 15:03:29 CEST 2009


This add the template param receiveddate_iso, to add the date in the links
---
 acqui/orderreceive.pl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/acqui/orderreceive.pl b/acqui/orderreceive.pl
index 313a384..02df0d3 100755
--- a/acqui/orderreceive.pl
+++ b/acqui/orderreceive.pl
@@ -217,6 +217,7 @@ else {
         loop                    => \@loop,
         date                    => format_date($date),
         datereceived            => $datereceived->output(),
+        datereceived_iso        => $datereceived->output('iso'),
         name                    => $bookseller->{'name'},
         supplierid              => $supplierid,
         invoice                 => $invoice,
-- 
1.5.6.3




More information about the Koha-patches mailing list