X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=tags%2Freview.pl;h=8ea282d58b227c49c6ae2870fbb1b173af6ebe2c;hb=beb0678bfc9957145895a792a8bed42815f4ad22;hp=d4db97284ca06b331e5415b1df036f42a2c9513a;hpb=79b8a27c0cb9702743cea8dc4244cfa9a060a3d2;p=koha_gimpoz diff --git a/tags/review.pl b/tags/review.pl index d4db97284c..8ea282d58b 100755 --- a/tags/review.pl +++ b/tags/review.pl @@ -15,9 +15,9 @@ # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use warnings; use strict; @@ -197,6 +197,9 @@ if ($filter = $input->param('approved_by')) { # borrowernumber from link } $debug and print STDERR "filters: " . Dumper(\%filters); my $tagloop = get_approval_rows(\%filters); +for ( @{$tagloop} ) { + $_->{date_approved} = format_date( $_->{date_approved} ); +} my $qstring = $input->query_string; $qstring =~ s/([&;])*\blimit=\d+//; # remove pagination var $qstring =~ s/^;+//; # remove leading delims