2
0
forked from Wavyzz/dolibarr

Update card.php

This commit is contained in:
Günter Lukas
2024-11-30 13:36:13 +01:00
committed by GitHub
parent 9dcabdbab6
commit c01ab2b7ea

View File

@@ -1766,7 +1766,7 @@ if ($action == 'create') {
$fk_account = GETPOST('fk_account', 'int');
// Load objectsrc
$objectsrc = NULL;
$objectsrc = null;
if (!empty($origin) && !empty($originid)) {
// Parse element/subelement (ex: project_task)
$element = $subelement = $origin;