diff --git a/htdocs/compta/export/ComptaJournalPaiement.class.php b/htdocs/compta/export/ComptaJournalPaiement.class.php index 7d13567d73c..93e87470b1e 100644 --- a/htdocs/compta/export/ComptaJournalPaiement.class.php +++ b/htdocs/compta/export/ComptaJournalPaiement.class.php @@ -187,7 +187,7 @@ class ComptaJournalPaiement { } - $this->_print_ligne($obj->dp, $facnumber, '4110000', $s, $credit, $debit); + $this->_print_ligne($obj->dp, $facnumber, '41100000', $s, $credit, $debit); if ($obj->amount >= 0) { diff --git a/htdocs/compta/export/ComptaJournalVente.class.php b/htdocs/compta/export/ComptaJournalVente.class.php index 2ecddbb8554..13e656b5b7a 100644 --- a/htdocs/compta/export/ComptaJournalVente.class.php +++ b/htdocs/compta/export/ComptaJournalVente.class.php @@ -187,7 +187,7 @@ class ComptaJournalVente { $pdf->cell($wc[1],$hligne,strftime('%d%m%y',$obj->dp)); $pdf->cell($wc[2],$hligne,'VI'); - $pdf->cell($wc[3],$hligne,'4110000'); + $pdf->cell($wc[3],$hligne,'41100000'); $pdf->cell($wc[4],$hligne,$obj->code_compta); $pdf->cell($wc[5],$hligne,$socnom .' '.$libelle); $pdf->cell($wc[6],$hligne,$facnumber);