Update functions.lib.php

This commit is contained in:
Anthony Berton 2020-03-02 19:27:36 +01:00 committed by GitHub
parent 197f81cb52
commit d9a002a8bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6319,7 +6319,7 @@ function getCommonSubstitutionArray($outputlangs, $onlykey = 0, $exclude = null,
else $substitutionarray['__DIRECTDOWNLOAD_URL_INVOICE__'] = '';
$substitutionarray['__URL_PROPOSAL__'] = DOL_MAIN_URL_ROOT . "/comm/propal/card.php?id=" . $object->id;
$substitutionarray['__URL_ORDER__'] = DOL_MAIN_URL_ROOT . "/order/card.php?id=" . $object->id;
$substitutionarray['__URL_ORDER__'] = DOL_MAIN_URL_ROOT . "/commande/card.php?id=" . $object->id;
$substitutionarray['__URL_INVOICE__'] = DOL_MAIN_URL_ROOT . "/compta/facture/card.php?facid=" . $object->id;
}
}