Merge remote-tracking branch 'upstream/develop' into develop

This commit is contained in:
frederic34 2013-04-08 14:24:25 +02:00
commit 9099fe9461

View File

@ -309,6 +309,10 @@ function getPaypalPaymentUrl($mode,$type,$ref='',$amount='9.99',$freetag='your_f
}
}
}
// For multicompany
$out.="&entity=".$conf->entity;
return $out;
}