mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix: broken feature: Check the entity because He may be the same
reference in several entities
This commit is contained in:
parent
9c99cae911
commit
e58957e603
|
|
@ -311,7 +311,7 @@ function getPaypalPaymentUrl($mode,$type,$ref='',$amount='9.99',$freetag='your_f
|
|||
}
|
||||
|
||||
// For multicompany
|
||||
//$out.="&entity=".$conf->entity; // This should not be into link. Link contains already a ref of an object that allow to retreive entity
|
||||
$out.="&entity=".$conf->entity; // Check the entity because He may be the same reference in several entities
|
||||
|
||||
return $out;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user