mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Update card.php
This commit is contained in:
parent
9dcabdbab6
commit
c01ab2b7ea
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user