2
0
forked from Wavyzz/dolibarr

WIP Recurring events

This commit is contained in:
ldestailleur
2025-04-03 13:59:46 +02:00
parent 18cc530d40
commit 10c0fba6b0
4 changed files with 22 additions and 9 deletions

View File

@@ -2109,14 +2109,14 @@ function getSoapParams()
* Return link url to an object
*
* @param int $objectid Id of record
* @param string $objecttype Type of object ('invoice', 'order', 'expedition_bon', 'myobject@mymodule', ...)
* @param string $objecttype Type of object ('invoice', 'order', 'expedition_bon', 'user', 'myobject@mymodule', ...)
* @param int $withpicto Picto to show
* @param string $option More options
* @return string URL of link to object id/type
*/
function dolGetElementUrl($objectid, $objecttype, $withpicto = 0, $option = '')
{
global $db, $conf, $langs;
global $db, $langs;
$ret = '';
$regs = array();