ODS : duplicate in currency
This commit is contained in:
parent
f9956f32c2
commit
eb28f83c75
1 changed files with 5 additions and 0 deletions
|
|
@ -953,11 +953,16 @@ EOF;
|
|||
if (isset ($array["qc_" . $i]) && $array["qc_" . $i] != "") {
|
||||
$array["poste" . $i] = "";
|
||||
}
|
||||
|
||||
}
|
||||
$idx=0;
|
||||
foreach ($operation->det->array as $item) {
|
||||
if ($operation->det->currency_id != 0) {
|
||||
$array['amount'. $idx] = $item['oc_amount'];
|
||||
$idx++;
|
||||
}
|
||||
}
|
||||
|
||||
}elseif ( $operation->signature==="ACH" || $operation->signature=="VEN") {
|
||||
$idx=0;
|
||||
foreach ($operation->det->array as $item) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue