diff --git a/htdocs/takepos/admin/other.php b/htdocs/takepos/admin/other.php
index cbb22c94f90..902bcfc81d4 100644
--- a/htdocs/takepos/admin/other.php
+++ b/htdocs/takepos/admin/other.php
@@ -111,7 +111,7 @@ llxHeader('', $langs->trans("CashDeskSetup"));
$linkback = ''.$langs->trans("BackToModuleList").'';
print load_fiche_titre($langs->trans("CashDeskSetup").' (TakePOS)', $linkback, 'title_setup');
$head = takepos_prepare_head();
-dol_fiche_head($head, 'other', 'TakePOS', -1);
+dol_fiche_head($head, 'other', 'TakePOS', -1, 'cash-register');
print '
';
diff --git a/htdocs/takepos/admin/receipt.php b/htdocs/takepos/admin/receipt.php
index 83b31569a7b..2f54d79d603 100644
--- a/htdocs/takepos/admin/receipt.php
+++ b/htdocs/takepos/admin/receipt.php
@@ -82,7 +82,7 @@ llxHeader('', $langs->trans("CashDeskSetup"));
$linkback = ''.$langs->trans("BackToModuleList").'';
print load_fiche_titre($langs->trans("CashDeskSetup").' (TakePOS)', $linkback, 'title_setup');
$head = takepos_prepare_head();
-dol_fiche_head($head, 'receipt', 'TakePOS', -1);
+dol_fiche_head($head, 'receipt', 'TakePOS', -1, 'cash-register');
print '