From 665051fe5f2b957e6670252d023dcfecca7b18bd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 29 Jul 2009 19:06:11 +0000 Subject: [PATCH] Look: Minor fix --- htdocs/product/stock/mouvement.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/product/stock/mouvement.php b/htdocs/product/stock/mouvement.php index 5bc526c7ca8..4177931fd54 100644 --- a/htdocs/product/stock/mouvement.php +++ b/htdocs/product/stock/mouvement.php @@ -215,20 +215,20 @@ if ($resql) print '
'; print ''; - print ''; + print ''; print $langs->trans('Month').': '; print ' '.$langs->trans('Year').': '; $max_year = date("Y"); $syear = $year; $form->select_year($syear,'year',1, '', $max_year); print ''; - print ''; + print ''; print ''; print ''; - print ''; + print ''; print ' '; print ''; - print ''; + print ''; print ''; print "\n"; print '
';