diff --git a/htdocs/takepos/pay.php b/htdocs/takepos/pay.php
index b0e745e2211..31acc4433c6 100644
--- a/htdocs/takepos/pay.php
+++ b/htdocs/takepos/pay.php
@@ -286,6 +286,7 @@ print '';
+ if(!empty($conf->global->TAKEPOS_NUMPAD_FORCE_PAYMENT_ICONS_LABELS)) $payLabel = ' iconwithlabel';
+ print '';
} else {
print '';
}
@@ -309,6 +311,7 @@ print '';
+ if(!empty($conf->global->TAKEPOS_NUMPAD_FORCE_PAYMENT_ICONS_LABELS)) $payLabel = ' iconwithlabel';
+ print '';
} else {
$button = array_pop($action_buttons);
print '';
@@ -333,6 +337,7 @@ print '';
+ if(!empty($conf->global->TAKEPOS_NUMPAD_FORCE_PAYMENT_ICONS_LABELS)) $payLabel = ' iconwithlabel';
+ print '';
} else {
$button = array_pop($action_buttons);
print '';