Update functions.lib.php

This commit is contained in:
Laurent Destailleur 2020-03-02 21:47:36 +01:00 committed by GitHub
parent d9a002a8bd
commit ea7c2aa46b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6320,7 +6320,7 @@ function getCommonSubstitutionArray($outputlangs, $onlykey = 0, $exclude = null,
$substitutionarray['__URL_PROPOSAL__'] = DOL_MAIN_URL_ROOT . "/comm/propal/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;
$substitutionarray['__URL_INVOICE__'] = DOL_MAIN_URL_ROOT . "/compta/facture/card.php?id=" . $object->id;
}
}
}