Merge branch 'develop' of git://github.com/Dolibarr/dolibarr into develop

This commit is contained in:
Grand Philippe 2013-04-08 16:22:03 +02:00
commit d1ac79d9ef

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;
}