Update functions.lib.php

This commit is contained in:
Laurent Destailleur 2021-08-17 16:35:43 +02:00 committed by GitHub
parent 2125bc9aa5
commit 582bf1415e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7186,7 +7186,6 @@ function getCommonSubstitutionArray($outputlangs, $onlykey = 0, $exclude = null,
if (is_object($object) && $object->element == 'shipping') {
$substitutionarray['__URL_SHIPMENT__'] = DOL_MAIN_URL_ROOT."/expedition/card.php?id=".$object->id;
}
}
if (is_object($object) && $object->element == 'action') {