Correction 411

This commit is contained in:
Rodolphe Quiedeville 2005-04-11 16:13:25 +00:00
parent d98bdfec72
commit 7598daeb84
2 changed files with 2 additions and 2 deletions

View File

@ -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)
{

View File

@ -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);