Correction 411
This commit is contained in:
parent
d98bdfec72
commit
7598daeb84
@ -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)
|
if ($obj->amount >= 0)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -187,7 +187,7 @@ class ComptaJournalVente {
|
|||||||
|
|
||||||
$pdf->cell($wc[1],$hligne,strftime('%d%m%y',$obj->dp));
|
$pdf->cell($wc[1],$hligne,strftime('%d%m%y',$obj->dp));
|
||||||
$pdf->cell($wc[2],$hligne,'VI');
|
$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[4],$hligne,$obj->code_compta);
|
||||||
$pdf->cell($wc[5],$hligne,$socnom .' '.$libelle);
|
$pdf->cell($wc[5],$hligne,$socnom .' '.$libelle);
|
||||||
$pdf->cell($wc[6],$hligne,$facnumber);
|
$pdf->cell($wc[6],$hligne,$facnumber);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user