Debug v19

This commit is contained in:
Laurent Destailleur
2023-11-04 16:02:24 +01:00
parent c0ab3e0dff
commit 2a2dec2f88
16 changed files with 518 additions and 764 deletions

View File

@@ -42,7 +42,7 @@ function myobjectPrepareHead($object)
$head = array();
$head[$h][0] = dol_buildpath("/mymodule/myobject_card.php", 1).'?id='.$object->id;
$head[$h][1] = $langs->trans("Card");
$head[$h][1] = $langs->trans("MyObject");
$head[$h][2] = 'card';
$h++;