Erreur rec.
This commit is contained in:
parent
2d111cb28d
commit
2be80e7dee
1 changed files with 1 additions and 1 deletions
|
|
@ -602,7 +602,7 @@ class Acc_Ledger_Fin extends Acc_Ledger {
|
|||
|
||||
|
||||
if ( trim(${"e_concerned".$i}) != "" ) {
|
||||
if ( strpos(${"e_concerned".$i},',') !== 0 )
|
||||
if ( strpos(${"e_concerned".$i},',') != 0 )
|
||||
{
|
||||
$aRapt=split(',',${"e_concerned".$i});
|
||||
foreach ($aRapt as $rRapt) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue