Stock : rewrite code

This commit is contained in:
Dany wm DB 2025-06-08 13:10:55 +02:00 committed by sparkyx
parent 8722a01529
commit 08188b4291
3 changed files with 39 additions and 48 deletions

View file

@ -307,8 +307,9 @@ class HtmlInput
/**
* @brief return a string containing the html code for calling the modifyModeleDocument
* @deprecated since 9.3.0.6
*/
static function detail_modele_document($p_id, $p_mesg)
static function detail_modele_document_deprecated($p_id, $p_mesg)
{
return sprintf('<A class="detail" style="text-decoration:underline" HREF="javascript:modifyModeleDocument(%d,%d)">%s</A>',
$p_id, dossier::id(), $p_mesg);