2
0
forked from Wavyzz/dolibarr

Fix navigation on card generated by modulebuilder

This commit is contained in:
Laurent Destailleur
2017-07-25 10:38:39 +02:00
parent 80da181802
commit dcf5fd20bb
4 changed files with 43 additions and 23 deletions

View File

@@ -30,7 +30,7 @@
if (($id > 0 || (! empty($ref) && ! in_array($action, array('create','createtask')))) && empty($cancel))
{
$ret = $object->fetch($id,$ref);
$ret = $object->fetch($id, $ref);
if ($ret > 0)
{
$object->fetch_thirdparty();