diff --git a/include/template/acc_ledger_history_purchase_detail.php b/include/template/acc_ledger_history_purchase_detail.php
index d69372270..bd75f0d53 100644
--- a/include/template/acc_ledger_history_purchase_detail.php
+++ b/include/template/acc_ledger_history_purchase_detail.php
@@ -26,6 +26,7 @@ if (!defined('ALLOWED'))
* @file
* @brief Display one purchase operation on one line , with the sum of VAT, ND...
*/
+echo \HtmlInput::filter_table("tb_print_ledger", "0,1,2,3,4,5,6,7", 1);
?>
diff --git a/include/template/acc_ledger_history_sale_detail.php b/include/template/acc_ledger_history_sale_detail.php
index d15f30918..0e18240e2 100644
--- a/include/template/acc_ledger_history_sale_detail.php
+++ b/include/template/acc_ledger_history_sale_detail.php
@@ -27,6 +27,8 @@ if (!defined('ALLOWED'))
* @brief from Acc_Ledger_History_Sale::export_html_oneline
* @todo prévoir aussi pour les non assujetti : faire disparaître les montants TVA
*/
+
+echo \HtmlInput::filter_table("tb_print_ledger", "0,1,2,3,4,5,6", 1);
?>
diff --git a/include/template/acc_ledger_history_sale_extended.php b/include/template/acc_ledger_history_sale_extended.php
index cb738620b..24a3ff93a 100644
--- a/include/template/acc_ledger_history_sale_extended.php
+++ b/include/template/acc_ledger_history_sale_extended.php
@@ -25,8 +25,10 @@
* @brief detail of the list of operation with VAT and items
*/
bcscale(2);
+
+
?>
-