diff --git a/include/template/ledger_detail_ach.php b/include/template/ledger_detail_ach.php
index ab3a72d55..59e8d33a5 100644
--- a/include/template/ledger_detail_ach.php
+++ b/include/template/ledger_detail_ach.php
@@ -144,7 +144,20 @@ $str_anc="";
$x = count($a_anc);
/* set the width of the col */
/* add hidden variables pa[] to hold the value of pa_id */
- $str_anc.='
| Code | Montant | ' . _('Compt. Analytique') . Anc_Plan::hidden($a_anc).' |
';
+ $str_anc.=''.
+ '| '.
+ _('Code').
+ ' | '.
+ ''.
+ _('Poste').
+ ' | '.
+ ''.
+ _('Montant').
+ ' | '.
+ ''
+ . _('Compt. Analytique') .Anc_Plan::hidden($a_anc).
+ ' | '.
+ '
';
}
echo '';
@@ -224,6 +237,7 @@ $str_anc="";
bcscale(2);
$str_anc.='';
$str_anc.=td($qcode);
+ $str_anc.=td($poste);
$str_anc.=td(nbm($htva)." {$side}");
$str_anc.=$anc_op->display_table(1, $htva, $div);
} else
diff --git a/include/template/ledger_detail_ven.php b/include/template/ledger_detail_ven.php
index f0642604b..631732487 100644
--- a/include/template/ledger_detail_ven.php
+++ b/include/template/ledger_detail_ven.php
@@ -146,7 +146,20 @@ echo $ipaid->input();
$x = count($a_anc);
/* set the width of the col */
/* add hidden variables pa[] to hold the value of pa_id */
- $str_anc.='
| Code | Montant | ' . _('Compt. Analytique') .Anc_Plan::hidden($a_anc). ' | '.'
';
+ $str_anc.=''.
+ '| '.
+ _('Code').
+ ' | '.
+ ''.
+ _('Poste').
+ ' | '.
+ ''.
+ _('Montant').
+ ' | '.
+ ''
+ . _('Compt. Analytique') .Anc_Plan::hidden($a_anc).
+ ' | '.
+ '
';
}
@@ -221,6 +234,7 @@ echo $ipaid->input();
bcscale(2);
$str_anc.='';
$str_anc.=td($qcode);
+ $str_anc.=td($poste);
$str_anc.=td(nbm($htva)." {$side}");
$str_anc.=$anc_op->display_table(1, $htva, $div).'
';
// $row.=($div == 'popup') ? $anc_op->display_table(1, $htva, $div):"";