Encore des corrections
This commit is contained in:
parent
3945b0cb14
commit
00fe11c6fa
@ -231,13 +231,13 @@ class Scores_Finance_Liasse
|
||||
'FM1' => 'N36',
|
||||
|
||||
'FN' => '224',
|
||||
'FN' => 'N37',
|
||||
'FN1' => 'N37',
|
||||
|
||||
'FO' => '226',
|
||||
'FO' => 'N38',
|
||||
'FO1' => 'N38',
|
||||
|
||||
'FQ' => '230',
|
||||
'FQ' => 'N39',
|
||||
'FQ1' => 'N39',
|
||||
|
||||
'FR' => '232',
|
||||
'FR1' => 'N40',
|
||||
@ -270,7 +270,7 @@ class Scores_Finance_Liasse
|
||||
'GA1' => 'N49',
|
||||
|
||||
'GE' => '262',
|
||||
'GE1' => 'N50',
|
||||
'GE1' => 'N51',
|
||||
|
||||
'GF' => '264',
|
||||
'GF1' => 'N52',
|
||||
@ -355,6 +355,12 @@ class Scores_Finance_Liasse
|
||||
$bilanRN['GD']=$bilanRS['256'];
|
||||
}
|
||||
|
||||
if ( $bilanRS['071']<>0 || $bilanRS['075']<>0 || $bilanRS['053']<>0 || $bilanRS['063']<>0 ) {
|
||||
$bilanRN['GC1']=$bilanRS['N50'];
|
||||
} elseif ($bilanRS['071']==0 || $bilanRS['075']==0 || $bilanRS['053']==0 || $bilanRS['063']==0 && $bilanRS['N49']<>0 ) {
|
||||
$bilanRN['GD1']=$bilanRS['N50'];
|
||||
}
|
||||
|
||||
if ( $bilanRS['584']<>0 ) {
|
||||
$bilanRN['HB']=$bilanRS['584'];
|
||||
$bilanRN['HA']=$bilanRS['290']-$bilanRS['584'];
|
||||
|
Loading…
Reference in New Issue
Block a user