diff --git a/htdocs/compta/paiement/cheque/fiche.php b/htdocs/compta/paiement/cheque/fiche.php index a05adebd9f7..06ba2ded7ee 100644 --- a/htdocs/compta/paiement/cheque/fiche.php +++ b/htdocs/compta/paiement/cheque/fiche.php @@ -304,7 +304,7 @@ if ($action == 'new') print ''; //print ''; // Filter - print ''; print '\n"; $i=1; diff --git a/htdocs/langs/en_US/compta.lang b/htdocs/langs/en_US/compta.lang index 8c857b152d6..d664b32484f 100644 --- a/htdocs/langs/en_US/compta.lang +++ b/htdocs/langs/en_US/compta.lang @@ -85,7 +85,7 @@ NewCheckReceipt=New discount NewCheckDeposit=New check deposit NewCheckDepositOn=Create receipt for deposit on account: %s NoWaitingChecks=No checks waiting for deposit. -DateChequeReceived=Check reception input date +DateChequeReceived=Check reception date NbOfCheques=Nb of checks PaySocialContribution=Pay a social contribution ConfirmPaySocialContribution=Are you sure you want to classify this social contribution as paid? diff --git a/htdocs/langs/fr_FR/compta.lang b/htdocs/langs/fr_FR/compta.lang index bb02e811564..499a2507cf6 100644 --- a/htdocs/langs/fr_FR/compta.lang +++ b/htdocs/langs/fr_FR/compta.lang @@ -85,7 +85,7 @@ NewCheckReceipt=Nouvelle remise NewCheckDeposit=Nouveau dépôt NewCheckDepositOn=Créer bordereau de dépôt sur compte: %s NoWaitingChecks=Pas de chèque en attente de dépôt. -DateChequeReceived=Date saisie réception chèque +DateChequeReceived=Date réception chèque NbOfCheques=Nb de chèques PaySocialContribution=Payer une charge sociale ConfirmPaySocialContribution=Êtes-vous sûr de vouloir classer cette charge sociale à payée ?
'.$langs->trans('Date').''.dol_print_date($now,'day').'
'.$langs->trans("Date").''; + print '
'.$langs->trans("DateChequeReceived").''; print $html->select_date($filterdate,'fd',0,0,1,'',1,1); print '
'.$langs->trans("BankAccount").''; @@ -334,7 +334,7 @@ if ($action == 'new') $sql.= " AND b.amount > 0"; if ($filterdate) $sql.=" AND b.dateo = '".$db->idate($filterdate)."'"; if ($filteraccountid) $sql.=" AND ba.rowid= '".$filteraccountid."'"; - $sql.= $db->order("b.datec,b.rowid","ASC"); + $sql.= $db->order("b.dateo,b.rowid","ASC"); $resql = $db->query($sql); if ($resql) @@ -528,7 +528,7 @@ else print_liste_field_titre($langs->trans("Bank"),$_SERVER["PHP_SELF"],"b.banque", "",$param,"",$sortfield,$sortorder); print_liste_field_titre($langs->trans("Amount"),$_SERVER["PHP_SELF"],"b.amount", "",$param,'align="right"',$sortfield,$sortorder); print_liste_field_titre($langs->trans("LineRecord"),$_SERVER["PHP_SELF"],"b.rowid", "",$param,'align="center"',$sortfield,$sortorder); - print_liste_field_titre($langs->trans("DateChequeReceived"),$_SERVER["PHP_SELF"],"b.datec", "",$param,'align="center"',$sortfield,$sortorder); + print_liste_field_titre($langs->trans("DateChequeReceived"),$_SERVER["PHP_SELF"],"b.dateo", "",$param,'align="center"',$sortfield,$sortorder); print_liste_field_titre('','',''); print "