mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix: for multicompany compatibility
This commit is contained in:
parent
6ff049bcd9
commit
cea2f047a2
|
|
@ -309,6 +309,10 @@ function getPaypalPaymentUrl($mode,$type,$ref='',$amount='9.99',$freetag='your_f
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// For multicompany
|
||||
$out.="&entity=".$conf->entity;
|
||||
|
||||
return $out;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user