diff --git a/htdocs/takepos/invoice.php b/htdocs/takepos/invoice.php
index 17837354702..8565b5f17ec 100644
--- a/htdocs/takepos/invoice.php
+++ b/htdocs/takepos/invoice.php
@@ -556,7 +556,7 @@ if ($action == "valid" || $action == "history")
$sectionwithinvoicelink .= ' ';
}
- if ($conf->global->TAKEPOS_AUTO_PRINT_TICKETS) $sectionwithinvoicelink .= '';
+ if ($remaintopay <= 0 && $conf->global->TAKEPOS_AUTO_PRINT_TICKETS) $sectionwithinvoicelink .= '';
}
/*